DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUST_ACCOUNTS

Line 297: p_obj_type => 'HZ_CUST_ACCOUNTS',

293: hz_registry_validate_bo_pvt.validate_ssm_id(
294: px_id => x_cust_acct_id,
295: px_os => x_cust_acct_os,
296: px_osr => x_cust_acct_osr,
297: p_obj_type => 'HZ_CUST_ACCOUNTS',
298: p_create_or_update => 'C',
299: x_return_status => x_return_status,
300: x_msg_count => x_msg_count,
301: x_msg_data => x_msg_data);

Line 804: FROM HZ_CUST_ACCOUNTS a

800: l_cbm VARCHAR2(30);
801:
802: CURSOR get_ovn(l_ca_id NUMBER) IS
803: SELECT a.object_version_number, a.party_id
804: FROM HZ_CUST_ACCOUNTS a
805: WHERE a.cust_account_id = l_ca_id;
806: BEGIN
807: -- Standard start of API savepoint
808: SAVEPOINT do_update_cust_acct_bo_pub;

Line 845: p_obj_type => 'HZ_CUST_ACCOUNTS',

841: hz_registry_validate_bo_pvt.validate_ssm_id(
842: px_id => x_cust_acct_id,
843: px_os => x_cust_acct_os,
844: px_osr => x_cust_acct_osr,
845: p_obj_type => 'HZ_CUST_ACCOUNTS',
846: p_create_or_update => 'U',
847: x_return_status => x_return_status,
848: x_msg_count => x_msg_count,
849: x_msg_data => x_msg_data);

Line 1197: p_entity_type => 'HZ_CUST_ACCOUNTS',

1193: l_create_update_flag := HZ_REGISTRY_VALIDATE_BO_PVT.check_bo_op(
1194: p_entity_id => x_cust_acct_id,
1195: p_entity_os => x_cust_acct_os,
1196: p_entity_osr => x_cust_acct_osr,
1197: p_entity_type => 'HZ_CUST_ACCOUNTS',
1198: p_parent_id => px_parent_id,
1199: p_parent_obj_type => px_parent_obj_type
1200: );
1201:

Line 1457: Customer Account Y N HZ_CUST_ACCOUNTS

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
1456:
1457: Customer Account Y N HZ_CUST_ACCOUNTS
1458: Account Relationship N Y HZ_CUST_ACCT_RELATE
1459: Bank Account Use N Y Owned by Payments team
1460: Payment Method N N Owned by AR team
1461:

Line 1510: p_obj_type => 'HZ_CUST_ACCOUNTS',

1506: HZ_EXTRACT_BO_UTIL_PVT.validate_ssm_id(
1507: px_id => l_cust_acct_id,
1508: px_os => l_cust_acct_os,
1509: px_osr => l_cust_acct_osr,
1510: p_obj_type => 'HZ_CUST_ACCOUNTS',
1511: x_return_status => x_return_status,
1512: x_msg_count => x_msg_count,
1513: x_msg_data => x_msg_data);
1514:

Line 1939: p_obj_type => 'HZ_CUST_ACCOUNTS',

1935: hz_registry_validate_bo_pvt.validate_ssm_id(
1936: px_id => x_cust_acct_id,
1937: px_os => x_cust_acct_os,
1938: px_osr => x_cust_acct_osr,
1939: p_obj_type => 'HZ_CUST_ACCOUNTS',
1940: p_create_or_update => 'C',
1941: x_return_status => x_return_status,
1942: x_msg_count => x_msg_count,
1943: x_msg_data => x_msg_data);

Line 2380: FROM HZ_CUST_ACCOUNTS a

2376: l_cbm VARCHAR2(30);
2377:
2378: CURSOR get_ovn(l_ca_id NUMBER) IS
2379: SELECT a.object_version_number, a.party_id
2380: FROM HZ_CUST_ACCOUNTS a
2381: WHERE a.cust_account_id = l_ca_id;
2382: BEGIN
2383: -- Standard start of API savepoint
2384: SAVEPOINT do_update_cust_acct_v2_bo_pub;

Line 2421: p_obj_type => 'HZ_CUST_ACCOUNTS',

2417: hz_registry_validate_bo_pvt.validate_ssm_id(
2418: px_id => x_cust_acct_id,
2419: px_os => x_cust_acct_os,
2420: px_osr => x_cust_acct_osr,
2421: p_obj_type => 'HZ_CUST_ACCOUNTS',
2422: p_create_or_update => 'U',
2423: x_return_status => x_return_status,
2424: x_msg_count => x_msg_count,
2425: x_msg_data => x_msg_data);

Line 2774: p_entity_type => 'HZ_CUST_ACCOUNTS',

2770: l_create_update_flag := HZ_REGISTRY_VALIDATE_BO_PVT.check_bo_op(
2771: p_entity_id => x_cust_acct_id,
2772: p_entity_os => x_cust_acct_os,
2773: p_entity_osr => x_cust_acct_osr,
2774: p_entity_type => 'HZ_CUST_ACCOUNTS',
2775: p_parent_id => px_parent_id,
2776: p_parent_obj_type => px_parent_obj_type
2777: );
2778:

Line 2997: Customer Account Y N HZ_CUST_ACCOUNTS

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
2996:
2997: Customer Account Y N HZ_CUST_ACCOUNTS
2998: Account Relationship N Y HZ_CUST_ACCT_RELATE
2999: Bank Account Use N Y Owned by Payments team
3000: Payment Method N N Owned by AR team
3001:

Line 3050: p_obj_type => 'HZ_CUST_ACCOUNTS',

3046: HZ_EXTRACT_BO_UTIL_PVT.validate_ssm_id(
3047: px_id => l_cust_acct_id,
3048: px_os => l_cust_acct_os,
3049: px_osr => l_cust_acct_osr,
3050: p_obj_type => 'HZ_CUST_ACCOUNTS',
3051: x_return_status => x_return_status,
3052: x_msg_count => x_msg_count,
3053: x_msg_data => x_msg_data);
3054: