DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUSTOMER_PROFILES

Line 230: FROM HZ_CUSTOMER_PROFILES

226: l_cbm VARCHAR2(30);
227:
228: CURSOR get_cust_acct_profile_id(p_cust_acct_id NUMBER) IS
229: SELECT cust_account_profile_id
230: FROM HZ_CUSTOMER_PROFILES
231: WHERE cust_account_id = p_cust_acct_id;
232: BEGIN
233: -- Standard start of API savepoint
234: SAVEPOINT do_create_cust_acct_bo_pub;

Line 1451: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS

1447: Embedded BO Mandatory Multiple Logical API Procedure Comments
1448: Customer Account Site N Y get_cust_acct_site_bo
1449: Customer Account Contact N Y get_cust_acct_contact_bo
1450: Customer Profile Y N Business Structure. Included entities:
1451: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS
1452:
1453: To retrieve the appropriate embedded entities within the 'Organization Contact' business object, the Get procedure returns all records for the particular contact from these TCA entity tables.
1454:
1455: Embedded TCA Entity Mandatory Multiple TCA Table Entities

Line 1872: FROM HZ_CUSTOMER_PROFILES

1868: l_cbm VARCHAR2(30);
1869:
1870: CURSOR get_cust_acct_profile_id(p_cust_acct_id NUMBER) IS
1871: SELECT cust_account_profile_id
1872: FROM HZ_CUSTOMER_PROFILES
1873: WHERE cust_account_id = p_cust_acct_id;
1874: BEGIN
1875: -- Standard start of API savepoint
1876: SAVEPOINT do_create_cust_acct_v2_bo_pub;

Line 2991: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS

2987: Embedded BO Mandatory Multiple Logical API Procedure Comments
2988: Customer Account Site N Y get_cust_acct_site_v2_bo
2989: Customer Account Contact N Y get_cust_acct_contact_bo
2990: Customer Profile Y N Business Structure. Included entities:
2991: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS
2992:
2993: To retrieve the appropriate embedded entities within the 'Organization Contact' business object, the Get procedure returns all records for the particular contact from these TCA entity tables.
2994:
2995: Embedded TCA Entity Mandatory Multiple TCA Table Entities