DBA Data[Home] [Help]

APPS.CSTPLCAS dependencies on WIP_SCRAP_VALUES

Line 292: /* insert into wip_scrap_values for WROCD */

288: /*--------------------------------------------------------------
289: BEGIN Dual maintenance section with CSTPACSB.pls
290: --------------------------------------------------------------*/
291:
292: /* insert into wip_scrap_values for WROCD */
293:
294: l_stmt_num := 150;
295:
296: INSERT INTO WIP_SCRAP_VALUES

Line 296: INSERT INTO WIP_SCRAP_VALUES

292: /* insert into wip_scrap_values for WROCD */
293:
294: l_stmt_num := 150;
295:
296: INSERT INTO WIP_SCRAP_VALUES
297: (
298: transaction_id,
299: level_type,
300: cost_element_id,

Line 527: INSERT INTO WIP_SCRAP_VALUES

523:
524:
525: l_stmt_num := 180;
526:
527: INSERT INTO WIP_SCRAP_VALUES
528: (
529: transaction_id,
530: level_type,
531: cost_element_id,

Line 576: INSERT INTO WIP_SCRAP_VALUES

572:
573:
574: l_stmt_num := 190;
575:
576: INSERT INTO WIP_SCRAP_VALUES
577: (
578: transaction_id,
579: level_type,
580: cost_element_id,

Line 666: wip_scrap_values WSV

662: i_prog_appl_id, /* PROGRAM_APPLICATION_ID,*/
663: i_prog_id, /* PROGRAM_ID, */
664: sysdate /* PROGRAM_UPDATE_DATE */
665: FROM
666: wip_scrap_values WSV
667: WHERE
668: WSV.transaction_id = i_txn_id AND
669: WSV.cost_update_id IS NULL;
670:

Line 988: /* insert into wip_scrap_values for WROCD */

984: BEGIN Dual maintenance section with CSTPACSB.pls
985: ------------------------------------------------------------*/
986:
987:
988: /* insert into wip_scrap_values for WROCD */
989:
990: l_stmt_num := 140;
991:
992: INSERT INTO WIP_SCRAP_VALUES

Line 992: INSERT INTO WIP_SCRAP_VALUES

988: /* insert into wip_scrap_values for WROCD */
989:
990: l_stmt_num := 140;
991:
992: INSERT INTO WIP_SCRAP_VALUES
993: (
994: transaction_id,
995: level_type,
996: cost_element_id,

Line 1128: INSERT INTO WIP_SCRAP_VALUES

1124:
1125:
1126: l_stmt_num := 170;
1127:
1128: INSERT INTO WIP_SCRAP_VALUES
1129: (
1130: transaction_id,
1131: level_type,
1132: cost_element_id,

Line 1177: INSERT INTO WIP_SCRAP_VALUES

1173:
1174:
1175: l_stmt_num := 180;
1176:
1177: INSERT INTO WIP_SCRAP_VALUES
1178: (
1179: transaction_id,
1180: level_type,
1181: cost_element_id,

Line 1263: wip_scrap_values WSV

1259: i_prog_appl_id, /* PROGRAM_APPLICATION_ID, */
1260: i_prog_id, /* PROGRAM_ID, */
1261: sysdate /* PROGRAM_UPDATE_DATE */
1262: FROM
1263: wip_scrap_values WSV
1264: WHERE
1265: WSV.transaction_id = i_txn_id AND
1266: WSV.cost_update_id IS NULL;
1267: