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 852: jtf_customer_accounts_pvt.create_account(

848: if l_party_type = 'PERSON' then
849:
850: -- create new account for Individual User
851:
852: jtf_customer_accounts_pvt.create_account(
853: p_api_version => 1,
854: p_init_msg_list => 'T',
855: p_commit => 'F',
856: p_party_id => P_PARTY_ID,

Line 875: jtf_customer_accounts_pvt.create_account(

871:
872: -- create new account for Primary User or businessuser who was not assigned
873: -- one when he was approved.
874:
875: jtf_customer_accounts_pvt.create_account(
876: p_api_version => 1,
877: p_init_msg_list => 'T',
878: p_commit => 'F',
879: p_party_id => P_ORG_PARTY_ID,