DBA Data[Home] [Help]

APPS.JTF_CUSTOMER_ACCOUNTS_PVT dependencies on FND_API

Line 20: p_account_name IN VARCHAR2:=FND_API.G_MISS_CHAR)

16: x_cust_account_number out NOCOPY VARCHAR2,
17: x_party_id out NOCOPY NUMBER,
18: x_party_number out NOCOPY VARCHAR2,
19: x_profile_id out NOCOPY NUMBER,
20: p_account_name IN VARCHAR2:=FND_API.G_MISS_CHAR)
21: is
22:
23: /*ddp_account_rec hz_customer_accounts_pub.account_rec_type;
24: ddp_person_rec hz_party_pub.person_rec_type;

Line 70: if(x_return_status <> fnd_api.g_ret_sts_success)

66: ddp_cust_profile_rec, p_create_amt, x_cust_account_id,
67: x_cust_account_number, x_party_id, x_party_number,
68: x_profile_id, x_return_status, x_msg_count,
69: x_msg_data);
70: if(x_return_status <> fnd_api.g_ret_sts_success)
71: then
72: raise_application_error(-20101,'Failed to create person accountin jtf_cust_account:'||x_msg_data);
73: end if;
74: else

Line 82: if(x_return_status <> fnd_api.g_ret_sts_success)

78: ddp_cust_profile_rec, p_create_amt, x_cust_account_id,
79: x_cust_account_number,x_party_id,x_party_number,
80: x_profile_id, x_return_status, x_msg_count,
81: x_msg_data);
82: if(x_return_status <> fnd_api.g_ret_sts_success)
83: then
84: raise_application_error(-20101,'Failed to create org accountin jtf_cust_account:'||x_msg_data);
85: end if;
86: end if;