DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_UTIL dependencies on UMX_REGISTRATION_UTIL

Line 1: package body UMX_REGISTRATION_UTIL as

1: package body UMX_REGISTRATION_UTIL as
2: /* $Header: UMXUTILB.pls 120.18 2011/04/12 10:34:13 spakanat ship $ */
3:
4: -- Procedure
5: -- check_approval_status

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 1987: raise_application_error ('-200001','Event Context is missing in UMX_REGISTRATION_UTIL.Launch_Custom_Event API.');

1983: l_parameter_list := l_event.getParameterlist ();
1984: wf_event.raise (l_custom_event, l_event_key, null, l_parameter_list, sysdate);
1985:
1986: else
1987: raise_application_error ('-200001','Event Context is missing in UMX_REGISTRATION_UTIL.Launch_Custom_Event API.');
1988: end if;
1989: end if;
1990: end if;
1991: End Launch_Custom_Event;

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

Line 2164: END UMX_REGISTRATION_UTIL;

2160: begin
2161: raise_application_error ('-20001','User Name Policy failed, username is null');
2162: end custom_code;
2163:
2164: END UMX_REGISTRATION_UTIL;