DBA Data[Home] [Help]

APPS.CS_CP_AUDIT_PKG dependencies on DUAL

Line 55: from dual;

51:
52: BEGIN
53: select cs_cp_audit_s.NEXTVAL
54: into l_cp_audit_id
55: from dual;
56:
57: INSERT INTO CS_CP_AUDIT(
58: cp_audit_id,
59: customer_product_id,