DBA Data[Home] [Help]

APPS.BOMPLDCI dependencies on CST_ITEM_COSTS

Line 1044: /* Insert a row into the cst_item_costs_interface table */

1040: ** The cost organization id is either the organization id
1041: ** or the master organization id
1042: */
1043:
1044: /* Insert a row into the cst_item_costs_interface table */
1045:
1046: table_name := 'CST_ITEM_COSTS_INTERFACE';
1047: stmt_num := 70;
1048: insert into CST_ITEM_COSTS_INTERFACE

Line 1046: table_name := 'CST_ITEM_COSTS_INTERFACE';

1042: */
1043:
1044: /* Insert a row into the cst_item_costs_interface table */
1045:
1046: table_name := 'CST_ITEM_COSTS_INTERFACE';
1047: stmt_num := 70;
1048: insert into CST_ITEM_COSTS_INTERFACE
1049: (INVENTORY_ITEM_ID,
1050: ORGANIZATION_ID,

Line 1048: insert into CST_ITEM_COSTS_INTERFACE

1044: /* Insert a row into the cst_item_costs_interface table */
1045:
1046: table_name := 'CST_ITEM_COSTS_INTERFACE';
1047: stmt_num := 70;
1048: insert into CST_ITEM_COSTS_INTERFACE
1049: (INVENTORY_ITEM_ID,
1050: ORGANIZATION_ID,
1051: COST_TYPE_ID,
1052: LAST_UPDATE_DATE,

Line 1152: CST_ITEM_COSTS C,

1148: C.ATTRIBUTE14,
1149: C.ATTRIBUTE15
1150: from
1151: MTL_PARAMETERS M,
1152: CST_ITEM_COSTS C,
1153: MTL_SYSTEM_ITEMS_INTERFACE SI
1154: where M.ORGANIZATION_ID = SI.ORGANIZATION_ID+0
1155: and C.ORGANIZATION_ID = M.ORGANIZATION_ID
1156: and C.INVENTORY_ITEM_ID = SI.COPY_ITEM_ID