DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on CST_LISTS_S

Line 7119: Select cst_lists_s.nextval

7115: oe_debug_pub.add('Create_Item: ' || 'Came inside if. v_item_cost_frozen is not zero',2);
7116: oe_debug_pub.add('Create_Item: ' || 'Fetching value from sequence',2);
7117: END IF;
7118:
7119: Select cst_lists_s.nextval
7120: into l_cost_update
7121: From DUAL;
7122:
7123: lStmtNumber := 233;