DBA Data[Home] [Help]

APPS.PN_INSURANCE_REQUIREMENTS_PKG dependencies on PN_INSURANCE_REQUIREMENTS_S

Line 66: SELECT pn_insurance_requirements_s.NEXTVAL

62: BEGIN
63:
64: IF x_insurance_requirement_id IS NULL THEN
65:
66: SELECT pn_insurance_requirements_s.NEXTVAL
67: INTO x_insurance_requirement_id
68: FROM DUAL;
69:
70: END IF;