DBA Data[Home] [Help]

APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 1256: l_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;

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;
1259: x_account_number hz_cust_accounts.account_number%TYPE;
1260: x_party_id hz_cust_accounts.party_id%TYPE;

Line 1385: l_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;

1381: l_progress NUMBER;
1382: l_cust_acct_site_rec hz_cust_account_site_v2pub.CUST_ACCT_SITE_REC_TYPE;
1383: x_cust_acct_site_id HZ_CUST_ACCT_SITES.cust_acct_site_id%TYPE;
1384: l_cust_site_use_rec hz_cust_account_site_v2pub.CUST_SITE_USE_REC_TYPE;
1385: l_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;
1386: l_create_profile VARCHAR2(1) := FND_API.G_TRUE;
1387: l_create_profile_amt VARCHAR2(1) := FND_API.G_TRUE;
1388: x_site_use_id HZ_CUST_SITE_USES.site_use_id%TYPE;
1389: x_site_return_status VARCHAR2(1);