DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on CST_LISTS_S

Line 7304: Select cst_lists_s.nextval

7300: oe_debug_pub.add('Create_Item: ' || 'Came inside if. v_item_cost_frozen is not zero',2);
7301: oe_debug_pub.add('Create_Item: ' || 'Fetching value from sequence',2);
7302: END IF;
7303:
7304: Select cst_lists_s.nextval
7305: into l_cost_update
7306: From DUAL;
7307:
7308: lStmtNumber := 233;