DBA Data[Home] [Help]

APPS.CLN_SYNC_ITEM_PKG dependencies on CST_LISTS_S

Line 219: SELECT cst_lists_s.nextval INTO x_cost_group_id FROM dual;

215: -- If the inventory folks come up with sequence..we haveto replace this
216: SELECT cln_generic_s.nextval INTO x_set_process_id FROM dual;
217:
218: -- get a unique value for the group id used in the costing interface tables.
219: SELECT cst_lists_s.nextval INTO x_cost_group_id FROM dual;
220:
221:
222: IF (l_Debug_Level <= 1) THEN
223: cln_debug_pub.Add('------------ PARAMETERS OBTAINED ----------', 1);