apex update member
BEGIN
APEX_COLLECTION.UPDATE_MEMBER (
p_collection_name => 'Departments',
p_seq => '2', -- sequence ID of the collection member to be updated
p_c001 => 'Engineering',
p_c002 => 'Sales');
END;
apex update member
BEGIN
APEX_COLLECTION.UPDATE_MEMBER (
p_collection_name => 'Departments',
p_seq => '2', -- sequence ID of the collection member to be updated
p_c001 => 'Engineering',
p_c002 => 'Sales');
END;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us