DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUSTOMER_PROFILES

Line 348: FROM HZ_CUSTOMER_PROFILES

344: l_cbm VARCHAR2(30);
345:
346: CURSOR get_cust_acct_profile_id(p_cust_acct_id NUMBER) IS
347: SELECT cust_account_profile_id
348: FROM HZ_CUSTOMER_PROFILES
349: WHERE cust_account_id = p_cust_acct_id;
350: BEGIN
351: -- Standard start of API savepoint
352: SAVEPOINT do_create_cust_acct_bo_pub;

Line 1580: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS

1576: Embedded BO Mandatory Multiple Logical API Procedure Comments
1577: Customer Account Site N Y get_cust_acct_site_bo
1578: Customer Account Contact N Y get_cust_acct_contact_bo
1579: Customer Profile Y N Business Structure. Included entities:
1580: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS
1581:
1582: 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.
1583:
1584: Embedded TCA Entity Mandatory Multiple TCA Table Entities

Line 2001: FROM HZ_CUSTOMER_PROFILES

1997: l_cbm VARCHAR2(30);
1998:
1999: CURSOR get_cust_acct_profile_id(p_cust_acct_id NUMBER) IS
2000: SELECT cust_account_profile_id
2001: FROM HZ_CUSTOMER_PROFILES
2002: WHERE cust_account_id = p_cust_acct_id;
2003: BEGIN
2004: -- Standard start of API savepoint
2005: SAVEPOINT do_create_cust_acct_v2_bo_pub;

Line 3122: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS

3118: Embedded BO Mandatory Multiple Logical API Procedure Comments
3119: Customer Account Site N Y get_cust_acct_site_v2_bo
3120: Customer Account Contact N Y get_cust_acct_contact_bo
3121: Customer Profile Y N Business Structure. Included entities:
3122: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS
3123:
3124: 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.
3125:
3126: Embedded TCA Entity Mandatory Multiple TCA Table Entities