DBA Data[Home] [Help]

APPS.CSC_CUSTOMERS_PKG dependencies on CSC_CUSTOMERS_AUDIT_HIST

Line 180: cursor C2 is select csc_customers_audit_hist_s.nextval from sys.dual;

176: p_program_id NUMBER DEFAULT NULL,
177: p_program_update_date DATE DEFAULT NULL)
178: IS
179: x_cust_hist_id number;
180: cursor C2 is select csc_customers_audit_hist_s.nextval from sys.dual;
181:
182: /*
183: x_sys_det_critical_flag varchar2(1);
184: cursor C1 is select pc.value

Line 209: insert into csc_customers_audit_hist (

205: */
206:
207: -- Bug 1352203 - while inserting, the changed by field should be
208: -- populated with last_updated_by instead of created_by
209: insert into csc_customers_audit_hist (
210: cust_hist_id,
211: party_id,
212: cust_account_id,
213: last_update_date,