DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_UTIL dependencies on WF_CORE

Line 307: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'assign_wf_role', item_type, item_key, activity_id);

303: end if;
304:
305: EXCEPTION
306: WHEN others THEN
307: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'assign_wf_role', item_type, item_key, activity_id);
308: raise;
309: END assign_wf_role;
310:
311: --

Line 423: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_approval_defined', item_type, item_key, activity_id);

419: end if;
420:
421: EXCEPTION
422: WHEN others THEN
423: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_approval_defined', item_type, item_key, activity_id);
424: raise;
425: END check_approval_defined;
426:
427: --

Line 483: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_idnty_vrfy_reqd', item_type, item_key, activity_id);

479: end if;
480:
481: EXCEPTION
482: WHEN others THEN
483: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_idnty_vrfy_reqd', item_type, item_key, activity_id);
484: raise;
485: END check_idnty_vrfy_reqd;
486:
487: --

Line 555: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_mandatory_attributes', item_type, item_key, activity_id);

551: end if;
552:
553: EXCEPTION
554: WHEN others THEN
555: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_mandatory_attributes', item_type, item_key, activity_id);
556: raise;
557: END check_mandatory_attributes;
558:
559: -- Procedure

Line 713: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'create_reg_request', p_item_type, p_item_key, p_activity_id);

709: end if;
710:
711: EXCEPTION
712: WHEN others THEN
713: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'create_reg_request', p_item_type, p_item_key, p_activity_id);
714: raise;
715:
716: END create_reg_request;
717:

Line 885: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'reserve_username', p_item_type, p_item_key, p_activity_id);

881: end if;
882:
883: EXCEPTION
884: WHEN others THEN
885: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'reserve_username', p_item_type, p_item_key, p_activity_id);
886: raise;
887: END reserve_username;
888:
889: -- Procedure

Line 1094: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'increment_sequence', p_item_type, p_item_key, p_activity_id);

1090: end if;
1091:
1092: EXCEPTION
1093: WHEN others THEN
1094: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'increment_sequence', p_item_type, p_item_key, p_activity_id);
1095: raise;
1096:
1097: END increment_sequence;
1098:

Line 1153: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_username_null', item_type, item_key, activity_id);

1149: end if;
1150:
1151: EXCEPTION
1152: WHEN others THEN
1153: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_username_null', item_type, item_key, activity_id);
1154: raise;
1155: END check_password_null;
1156:
1157: --

Line 1397: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'Update_Reg_request', p_item_type, p_item_key);

1393: end if;
1394:
1395: EXCEPTION
1396: WHEN others THEN
1397: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'Update_Reg_request', p_item_type, p_item_key);
1398: raise;
1399:
1400: END update_reg_request;
1401:

Line 1454: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'LaunchEvent', item_type, item_key);

1450: end if;
1451:
1452: EXCEPTION
1453: WHEN others THEN
1454: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'LaunchEvent', item_type, item_key);
1455: raise;
1456:
1457: END LaunchEvent;
1458:

Line 1498: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'Start_notification_wf', item_type, item_key, activity_id);

1494: p_parameters => l_parameter_list);
1495: end if;
1496: EXCEPTION
1497: WHEN others THEN
1498: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'Start_notification_wf', item_type, item_key, activity_id);
1499: raise;
1500: END Start_Notification_Wf;
1501:
1502: -- Procedure

Line 1715: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'create_ad_hoc_role',

1711: end if;
1712:
1713: EXCEPTION
1714: WHEN others THEN
1715: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'create_ad_hoc_role',
1716: item_type, item_key, activity_id);
1717: raise;
1718: END create_ad_hoc_role;
1719:

Line 1787: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'release_ad_hoc_role',

1783: end if;
1784:
1785: EXCEPTION
1786: WHEN others THEN
1787: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'release_ad_hoc_role',
1788: item_type, item_key, activity_id);
1789: raise;
1790:
1791: end release_ad_hoc_role;

Line 2094: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'launch_username_policy', item_type, item_key, activity_id);

2090: end if;
2091:
2092: EXCEPTION
2093: WHEN others THEN
2094: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'launch_username_policy', item_type, item_key, activity_id);
2095: raise;
2096: END launch_username_policy;
2097:
2098: --

Line 2147: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_username_null', item_type, item_key, activity_id);

2143: end if;
2144:
2145: EXCEPTION
2146: WHEN others THEN
2147: Wf_Core.Context ('UMX_REGISTRATION_UTIL', 'check_username_null', item_type, item_key, activity_id);
2148: raise;
2149: END check_username_null;
2150:
2151: -- procedure custom_code