DBA Data[Home] [Help]

APPS.UMX_USERNAME_POLICY_PVT dependencies on WF_CORE

Line 508: wf_core.context ('UMX_USERNAME_POLICY_PVT', 'Selector', item_type,

504: end if;
505:
506: exception
507: when others then
508: wf_core.context ('UMX_USERNAME_POLICY_PVT', 'Selector', item_type,
509: item_key, to_char (activity_id), command);
510: raise;
511: end selector;
512:

Line 587: wf_core.context ('UMX_USERNAME_POLICY_PVT', 'gen_username',

583: end if;
584:
585: exception
586: when others then
587: wf_core.context ('UMX_USERNAME_POLICY_PVT', 'gen_username',
588: item_type, item_key, to_char (activity_id), command);
589: raise;
590: end gen_username;
591:

Line 677: wf_core.context ('UMX_USERNAME_POLICY_PVT', 'chk_username_avail',

673: end if;
674:
675: exception
676: when others then
677: wf_core.context ('UMX_USERNAME_POLICY_PVT', 'chk_username_avail',
678: item_type, item_key, to_char (activity_id), command);
679: raise;
680: end chk_username_avail;
681:

Line 713: wf_core.context ('UMX_USERNAME_POLICY_PVT', 'collision_resolution',

709: end if;
710:
711: exception
712: when others then
713: wf_core.context ('UMX_USERNAME_POLICY_PVT', 'collision_resolution',
714: item_type, item_key, to_char (activity_id), command);
715: raise;
716: end collision_resolution;
717: /* =========================END OBSOLETE IMPLEMENTATION======================*/