DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_INT dependencies on RA_CUST_PAY_METHOD_INTERFACE

Line 4044: DELETE FROM ra_cust_pay_method_interface

4040:
4041: DELETE FROM RA_CONTACT_PHONES_INTERFACE
4042: WHERE interface_status is null;
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;

Line 4064: UPDATE ra_cust_pay_method_interface

4060:
4061: UPDATE ra_contact_phones_interface
4062: SET request_id = NULL;
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;