DBA Data[Home] [Help]

APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on JTF_CUSTOMER_ACCOUNTS_PVT

Line 72: jtf_customer_accounts_pvt.create_account(

68: if l_party_type = 'PERSON' then
69:
70: -- create new account for Individual User
71:
72: jtf_customer_accounts_pvt.create_account(
73: p_api_version => 1,
74: p_init_msg_list => 'T',
75: p_commit => 'F',
76: p_party_id => P_PARTY_ID,

Line 96: jtf_customer_accounts_pvt.create_account(

92:
93: -- create new account for Primary User or businessuser who was not assigned
94: -- one when he was approved.
95:
96: jtf_customer_accounts_pvt.create_account(
97: p_api_version => 1,
98: p_init_msg_list => 'T',
99: p_commit => 'F',
100: p_party_id => P_ORG_PARTY_ID,

Line 797: jtf_customer_accounts_pvt.create_account(

793: if l_party_type = 'PERSON' then
794:
795: -- create new account for Individual User
796:
797: jtf_customer_accounts_pvt.create_account(
798: p_api_version => 1,
799: p_init_msg_list => 'T',
800: p_commit => 'F',
801: p_party_id => P_PARTY_ID,

Line 820: jtf_customer_accounts_pvt.create_account(

816:
817: -- create new account for Primary User or businessuser who was not assigned
818: -- one when he was approved.
819:
820: jtf_customer_accounts_pvt.create_account(
821: p_api_version => 1,
822: p_init_msg_list => 'T',
823: p_commit => 'F',
824: p_party_id => P_ORG_PARTY_ID,