DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_INT dependencies on RA_CUSTOMER_BANKS_INTERFACE

Line 4047: DELETE FROM ra_customer_banks_interface

4043:
4044: DELETE FROM ra_cust_pay_method_interface
4045: WHERE interface_status is null;
4046:
4047: DELETE FROM ra_customer_banks_interface
4048: WHERE interface_status is null;
4049:
4050: DELETE FROM ra_customer_profiles_interface
4051: WHERE interface_status is null;

Line 4067: UPDATE ra_customer_banks_interface

4063:
4064: UPDATE ra_cust_pay_method_interface
4065: SET request_id = NULL;
4066:
4067: UPDATE ra_customer_banks_interface
4068: SET request_id = NULL;
4069:
4070: FND_FILE.put_line(fnd_file.log,'HZ_CUSTOMER_INT.delete_success_records -');
4071: