DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_UTIL dependencies on UMX_REG_REQUESTS_PKG

Line 294: UMX_REG_REQUESTS_PKG.UPDATE_ROW (X_REG_REQUEST_ID => to_number (item_key),

290: p_expiration_date => l_user_role_expiration_date,
291: p_raiseErrors => true,
292: p_assignmentReason => l_justification);
293:
294: UMX_REG_REQUESTS_PKG.UPDATE_ROW (X_REG_REQUEST_ID => to_number (item_key),
295: X_STATUS_CODE => 'APPROVED');
296: end if;
297: resultout := 'COMPLETE';
298: end if;

Line 465: UMX_REG_REQUESTS_PKG.update_row (

461: itemkey => item_key,
462: aname => 'NOTIFICATION_CONTEXT',
463: avalue => 'IDENTITY_VERIFICATION');
464: -- update the status in the reg table to VERIFYING
465: UMX_REG_REQUESTS_PKG.update_row (
466: X_REG_REQUEST_ID => item_key,
467: X_STATUS_CODE => 'VERIFYING');
468:
469: resultout := 'COMPLETE:REQUIRED';

Line 688: UMX_REG_REQUESTS_PKG.insert_row (

684: itemkey => p_item_key,
685: aname => 'REQUESTED_END_DATE',
686: ignore_notfound => false));
687:
688: UMX_REG_REQUESTS_PKG.insert_row (
689: x_reg_request_id => l_reg_request_id ,
690: x_reg_service_type => l_reg_service_type,
691: x_status_code => l_request_status_code,
692: x_requested_by_user_id => l_requested_by_user_id,

Line 1906: UMX_REG_REQUESTS_PKG.update_row (X_REG_REQUEST_ID => to_number (p_item_key),

1902: aname => 'REQUESTED_FOR_USER_ID',
1903: ignore_notfound => false);
1904:
1905: -- set the status from verifying to pending
1906: UMX_REG_REQUESTS_PKG.update_row (X_REG_REQUEST_ID => to_number (p_item_key),
1907: X_STATUS_CODE => 'PENDING');
1908:
1909: end if;
1910: