DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on CST_RCV_ACQ_COST_DETAILS_S

Line 1099: select cst_rcv_acq_cost_details_s.nextval into l_details_nextvalue

1095: END;
1096:
1097: If l_chrg_present = 0 then /* means that this has not been allocated */
1098:
1099: select cst_rcv_acq_cost_details_s.nextval into l_details_nextvalue
1100: from dual;
1101:
1102: l_stmt_num := 105;
1103:

Line 1384: cst_rcv_acq_cost_details_s.nextval,

1380: LAST_UPDATE_LOGIN
1381: )
1382: VALUES (
1383: l_header_id,
1384: cst_rcv_acq_cost_details_s.nextval,
1385: 'LCM',
1386: l_po_line_loc,
1387: NULL,
1388: -1,

Line 1711: cst_rcv_acq_cost_details_s.nextval,

1707: LAST_UPDATE_LOGIN
1708: )
1709: VALUES (
1710: l_header_id,
1711: cst_rcv_acq_cost_details_s.nextval,
1712: 'LCM',
1713: c_rec.line_location_id,
1714: NULL,
1715: -1,

Line 2890: select cst_rcv_acq_cost_details_s.nextval into l_details_nextvalue

2886: END;
2887:
2888: If l_chrg_present = 0 then /* means that this has not been allocated */
2889:
2890: select cst_rcv_acq_cost_details_s.nextval into l_details_nextvalue
2891: from dual;
2892:
2893: l_stmt_num := 106;
2894:

Line 3368: cst_rcv_acq_cost_details_s.nextval,

3364: LAST_UPDATE_LOGIN
3365: )
3366: SELECT
3367: i_hdr,
3368: cst_rcv_acq_cost_details_s.nextval,
3369: 'INVOICE',
3370: NULL,
3371: i_item_dist,
3372: rownum + 1,

Line 3595: cst_rcv_acq_cost_details_s.nextval,

3591: LAST_UPDATE_LOGIN
3592: )
3593: SELECT
3594: i_hdr,
3595: cst_rcv_acq_cost_details_s.nextval,
3596: 'INVOICE',
3597: NULL,
3598: i_item_dist,
3599: rownum + 1,

Line 3904: cst_rcv_acq_cost_details_s.nextval,

3900: LAST_UPDATE_LOGIN
3901: )
3902: VALUES (
3903: i_header,
3904: cst_rcv_acq_cost_details_s.nextval,
3905: 'PO',
3906: i_po_line_loc,
3907: NULL,
3908: -1,

Line 4168: cst_rcv_acq_cost_details_s.nextval,

4164: LAST_UPDATE_LOGIN
4165: )
4166: VALUES (
4167: i_header,
4168: cst_rcv_acq_cost_details_s.nextval,
4169: 'PO',
4170: i_po_line_loc,
4171: NULL,
4172: -1,