DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_INT dependencies on RA_CUSTOMER_PROFILES_INTERFACE

Line 4050: DELETE FROM ra_customer_profiles_interface

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;
4052:
4053: /* reset request id to null */
4054:

Line 4058: UPDATE ra_customer_profiles_interface

4054:
4055: UPDATE ra_customers_interface
4056: SET request_id = NULL;
4057:
4058: UPDATE ra_customer_profiles_interface
4059: SET request_id = NULL;
4060:
4061: UPDATE ra_contact_phones_interface
4062: SET request_id = NULL;