DBA Data[Home] [Help]

APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 1254: l_cust_account_rec hz_cust_account_v2pub.CUST_ACCOUNT_REC_TYPE;

1250:
1251: l_api_version NUMBER := 1.0;
1252: l_api_name VARCHAR2(50) := 'create_cust_account';
1253: l_progress NUMBER;
1254: l_cust_account_rec hz_cust_account_v2pub.CUST_ACCOUNT_REC_TYPE;
1255: l_organization_rec HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE := HZ_PARTY_V2PUB.G_MISS_ORGANIZATION_REC;
1256: l_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;
1257: l_create_profile_amt VARCHAR2(1) := FND_API.G_TRUE;
1258: x_cust_account_id hz_cust_accounts.cust_account_id%TYPE;

Line 1308: HZ_CUST_ACCOUNT_V2PUB.create_cust_account(

1304: l_customer_profile_rec.PARTY_ID := p_in_rec.party_id;
1305: l_customer_profile_rec.standard_terms := p_in_rec.terms_id;
1306:
1307: --Call to HZ customer account creation API
1308: HZ_CUST_ACCOUNT_V2PUB.create_cust_account(
1309: FND_API.G_FALSE,
1310: l_cust_account_rec,
1311: l_organization_rec,
1312: l_customer_profile_rec,