DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on PO_OTM_SCHEDULE_LINE_TBL

Line 1077: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();

1073:
1074: d_progress := '030';
1075:
1076: -- initialize table for shedule line info
1077: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();
1078:
1079: d_progress := '040';
1080:
1081: -- open cursor to pull shipment data

Line 1407: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();

1403:
1404: d_progress := '030';
1405:
1406: -- initialize table for shedule line info
1407: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();
1408:
1409: d_progress := '040';
1410:
1411: -- if the event occurred at the line or shipment level, pull

Line 1844: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();

1840:
1841: d_progress := '030';
1842:
1843: -- initialize table for shedule line info
1844: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();
1845:
1846: d_progress := '040';
1847:
1848: -- open cursor to pull shipment data

Line 2185: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();

2181:
2182: d_progress := '030';
2183:
2184: -- initialize table for shedule line info
2185: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();
2186:
2187: -- get shipment info if action was performed at shipment level
2188: IF (p_line_loc_id IS NOT NULL) THEN
2189: -- open cursor to pull shipment data