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 525: INSERT INTO WIP_SCRAP_VALUES

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

Line 574: INSERT INTO WIP_SCRAP_VALUES

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

Line 664: wip_scrap_values WSV

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

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

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

Line 989: INSERT INTO WIP_SCRAP_VALUES

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

Line 1123: INSERT INTO WIP_SCRAP_VALUES

1119:
1120:
1121: l_stmt_num := 170;
1122:
1123: INSERT INTO WIP_SCRAP_VALUES
1124: (
1125: transaction_id,
1126: level_type,
1127: cost_element_id,

Line 1172: INSERT INTO WIP_SCRAP_VALUES

1168:
1169:
1170: l_stmt_num := 180;
1171:
1172: INSERT INTO WIP_SCRAP_VALUES
1173: (
1174: transaction_id,
1175: level_type,
1176: cost_element_id,

Line 1258: wip_scrap_values WSV

1254: i_prog_appl_id, /* PROGRAM_APPLICATION_ID, */
1255: i_prog_id, /* PROGRAM_ID, */
1256: sysdate /* PROGRAM_UPDATE_DATE */
1257: FROM
1258: wip_scrap_values WSV
1259: WHERE
1260: WSV.transaction_id = i_txn_id AND
1261: WSV.cost_update_id IS NULL;
1262: