DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS1 dependencies on CHV_SCHEDULE_ITEMS

Line 1323: select item_id into g_item_id from chv_schedule_items where

1319: */
1320:
1321: begin
1322:
1323: select item_id into g_item_id from chv_schedule_items where
1324: schedule_item_id = l_item_tbl(n_item_id_pos).value;
1325:
1326: exception
1327: when no_data_found then null;

Line 1872: chv_schedule_items csi,

1868: csi.last_receipt_transaction_id LAST_RECEIPT_TRANSACTION_ID,
1869: csi.purchasing_unit_of_measure PURCHASING_UNIT_OF_MEASURE
1870: FROM
1871: chv_schedule_headers csh,
1872: chv_schedule_items csi,
1873: chv_org_options coo,
1874: chv_cum_periods ccp,
1875: mtl_item_flexfields mif,
1876: mtl_parameters mtp