DBA Data[Home] [Help]

APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on HZ_CUSTOMER_PROFILES

Line 1262: x_profile_id hz_customer_profiles.cust_account_profile_id%TYPE;

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;
1261: x_party_number hz_parties.party_number%TYPE;
1262: x_profile_id hz_customer_profiles.cust_account_profile_id%TYPE;
1263: l_party_rec HZ_PARTY_V2PUB.party_rec_type := HZ_PARTY_V2PUB.G_MISS_PARTY_REC;
1264: l_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type;
1265: x_msg_data VARCHAR2(1000);
1266: x_msg_count NUMBER;