DBA Data[Home] [Help]

APPS.HZ_EXTRACT_CUST_ACCT_BO_PVT dependencies on HZ_CUSTOMER_PROFILES

Line 436: FROM HZ_CUSTOMER_PROFILES

432: PENALTY_FIXED_AMOUNT,
433: PENALTY_SCHEDULE_ID )
434: FROM HZ_CUST_PROFILE_AMTS
435: WHERE CUST_ACCOUNT_ID = P_CUST_ACCT_ID) AS HZ_CUST_PROFILE_AMT_OBJ_TBL))
436: FROM HZ_CUSTOMER_PROFILES
437: WHERE CUST_ACCOUNT_ID = P_CUST_ACCT_ID AND SITE_USE_ID IS NULL;
438:
439:
440: BEGIN

Line 594: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS

590: Embedded BO Mandatory Multiple Logical API Procedure Comments
591: Customer Account Site N Y get_cust_acct_site_bo
592: Customer Account Contact N Y get_cust_acct_contact_bo
593: Customer Profile Y N Business Structure. Included entities:
594: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS
595:
596: To retrieve the appropriate embedded entities within the 'Organization Contact' business object, the Get procedure
597: returns all records for the particular contact from these TCA entity tables.
598:

Line 1054: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS

1050: Embedded BO Mandatory Multiple Logical API Procedure Comments
1051: Customer Account Site N Y get_cust_acct_site_v2_bo
1052: Customer Account Contact N Y get_cust_acct_contact_bo
1053: Customer Profile Y N Business Structure. Included entities:
1054: HZ_CUSTOMER_PROFILES, HZ_CUST_PROFILE_AMTS
1055:
1056: To retrieve the appropriate embedded entities within the 'Organization Contact' business object, the Get procedure
1057: returns all records for the particular contact from these TCA entity tables.
1058: