DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUST_ACCOUNTS

Line 415: p_obj_type => 'HZ_CUST_ACCOUNTS',

411: hz_registry_validate_bo_pvt.validate_ssm_id(
412: px_id => x_cust_acct_id,
413: px_os => x_cust_acct_os,
414: px_osr => x_cust_acct_osr,
415: p_obj_type => 'HZ_CUST_ACCOUNTS',
416: p_create_or_update => 'C',
417: x_return_status => x_return_status,
418: x_msg_count => x_msg_count,
419: x_msg_data => x_msg_data);

Line 933: FROM HZ_CUST_ACCOUNTS a

929: l_cbm VARCHAR2(30);
930:
931: CURSOR get_ovn(l_ca_id NUMBER) IS
932: SELECT a.object_version_number, a.party_id
933: FROM HZ_CUST_ACCOUNTS a
934: WHERE a.cust_account_id = l_ca_id;
935: BEGIN
936: -- Standard start of API savepoint
937: SAVEPOINT do_update_cust_acct_bo_pub;

Line 974: p_obj_type => 'HZ_CUST_ACCOUNTS',

970: hz_registry_validate_bo_pvt.validate_ssm_id(
971: px_id => x_cust_acct_id,
972: px_os => x_cust_acct_os,
973: px_osr => x_cust_acct_osr,
974: p_obj_type => 'HZ_CUST_ACCOUNTS',
975: p_create_or_update => 'U',
976: x_return_status => x_return_status,
977: x_msg_count => x_msg_count,
978: x_msg_data => x_msg_data);

Line 1326: p_entity_type => 'HZ_CUST_ACCOUNTS',

1322: l_create_update_flag := HZ_REGISTRY_VALIDATE_BO_PVT.check_bo_op(
1323: p_entity_id => x_cust_acct_id,
1324: p_entity_os => x_cust_acct_os,
1325: p_entity_osr => x_cust_acct_osr,
1326: p_entity_type => 'HZ_CUST_ACCOUNTS',
1327: p_parent_id => px_parent_id,
1328: p_parent_obj_type => px_parent_obj_type
1329: );
1330:

Line 1586: Customer Account Y N HZ_CUST_ACCOUNTS

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
1585:
1586: Customer Account Y N HZ_CUST_ACCOUNTS
1587: Account Relationship N Y HZ_CUST_ACCT_RELATE
1588: Bank Account Use N Y Owned by Payments team
1589: Payment Method N N Owned by AR team
1590:

Line 1639: p_obj_type => 'HZ_CUST_ACCOUNTS',

1635: HZ_EXTRACT_BO_UTIL_PVT.validate_ssm_id(
1636: px_id => l_cust_acct_id,
1637: px_os => l_cust_acct_os,
1638: px_osr => l_cust_acct_osr,
1639: p_obj_type => 'HZ_CUST_ACCOUNTS',
1640: x_return_status => x_return_status,
1641: x_msg_count => x_msg_count,
1642: x_msg_data => x_msg_data);
1643:

Line 2068: p_obj_type => 'HZ_CUST_ACCOUNTS',

2064: hz_registry_validate_bo_pvt.validate_ssm_id(
2065: px_id => x_cust_acct_id,
2066: px_os => x_cust_acct_os,
2067: px_osr => x_cust_acct_osr,
2068: p_obj_type => 'HZ_CUST_ACCOUNTS',
2069: p_create_or_update => 'C',
2070: x_return_status => x_return_status,
2071: x_msg_count => x_msg_count,
2072: x_msg_data => x_msg_data);

Line 2511: FROM HZ_CUST_ACCOUNTS a

2507: l_cbm VARCHAR2(30);
2508:
2509: CURSOR get_ovn(l_ca_id NUMBER) IS
2510: SELECT a.object_version_number, a.party_id
2511: FROM HZ_CUST_ACCOUNTS a
2512: WHERE a.cust_account_id = l_ca_id;
2513: BEGIN
2514: -- Standard start of API savepoint
2515: SAVEPOINT do_update_cust_acct_v2_bo_pub;

Line 2552: p_obj_type => 'HZ_CUST_ACCOUNTS',

2548: hz_registry_validate_bo_pvt.validate_ssm_id(
2549: px_id => x_cust_acct_id,
2550: px_os => x_cust_acct_os,
2551: px_osr => x_cust_acct_osr,
2552: p_obj_type => 'HZ_CUST_ACCOUNTS',
2553: p_create_or_update => 'U',
2554: x_return_status => x_return_status,
2555: x_msg_count => x_msg_count,
2556: x_msg_data => x_msg_data);

Line 2905: p_entity_type => 'HZ_CUST_ACCOUNTS',

2901: l_create_update_flag := HZ_REGISTRY_VALIDATE_BO_PVT.check_bo_op(
2902: p_entity_id => x_cust_acct_id,
2903: p_entity_os => x_cust_acct_os,
2904: p_entity_osr => x_cust_acct_osr,
2905: p_entity_type => 'HZ_CUST_ACCOUNTS',
2906: p_parent_id => px_parent_id,
2907: p_parent_obj_type => px_parent_obj_type
2908: );
2909:

Line 3128: Customer Account Y N HZ_CUST_ACCOUNTS

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
3127:
3128: Customer Account Y N HZ_CUST_ACCOUNTS
3129: Account Relationship N Y HZ_CUST_ACCT_RELATE
3130: Bank Account Use N Y Owned by Payments team
3131: Payment Method N N Owned by AR team
3132:

Line 3181: p_obj_type => 'HZ_CUST_ACCOUNTS',

3177: HZ_EXTRACT_BO_UTIL_PVT.validate_ssm_id(
3178: px_id => l_cust_acct_id,
3179: px_os => l_cust_acct_os,
3180: px_osr => l_cust_acct_osr,
3181: p_obj_type => 'HZ_CUST_ACCOUNTS',
3182: x_return_status => x_return_status,
3183: x_msg_count => x_msg_count,
3184: x_msg_data => x_msg_data);
3185: