DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PKG dependencies on CS_COST_DETAILS_S

Line 62: SELECT cs_cost_details_s.nextval

58:
59:
60:
61: --get the cost_id from the sequence
62: SELECT cs_cost_details_s.nextval
63: INTO l_cost_id
64: FROM DUAL;
65:
66: