DBA Data[Home] [Help]

APPS.POS_USER_ADMIN_PKG dependencies on POS_USER_ADMIN_PKG

Line 1: PACKAGE BODY pos_user_admin_pkg as

1: PACKAGE BODY pos_user_admin_pkg as
2: /*$Header: POSADMB.pls 120.35.12020000.2 2013/02/09 13:56:22 hvutukur ship $ */
3:
4: g_module CONSTANT VARCHAR2(30) := 'POS_USER_ADMIN_PKG';
5:

Line 4: g_module CONSTANT VARCHAR2(30) := 'POS_USER_ADMIN_PKG';

1: PACKAGE BODY pos_user_admin_pkg as
2: /*$Header: POSADMB.pls 120.35.12020000.2 2013/02/09 13:56:22 hvutukur ship $ */
3:
4: g_module CONSTANT VARCHAR2(30) := 'POS_USER_ADMIN_PKG';
5:
6: procedure reset_password
7: ( p_user_id IN NUMBER
8: , x_return_status OUT NOCOPY VARCHAR2

Line 1050: avalue => 'PLSQLCLOB:pos_user_admin_pkg.GENERATE_SUPP_USER_ACCNT_BODY/'||l_itemtype ||':' ||l_itemkey

1046:
1047:
1048: wf_engine.SetItemAttrText (itemtype => l_itemtype, itemkey => l_itemkey,
1049: aname => 'POS_APPRV_REG_USER_BODY',
1050: avalue => 'PLSQLCLOB:pos_user_admin_pkg.GENERATE_SUPP_USER_ACCNT_BODY/'||l_itemtype ||':' ||l_itemkey
1051: );
1052:
1053:
1054: wf_engine.StartProcess (itemtype => l_itemtype,

Line 1428: END pos_user_admin_pkg;

1424: END GENERATE_SUPP_USER_ACCNT_BODY;
1425:
1426:
1427:
1428: END pos_user_admin_pkg;