DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on PO_OTM_SCHEDULE_LINE_TBL

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

1003:
1004: d_progress := '030';
1005:
1006: -- initialize table for shedule line info
1007: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();
1008:
1009: d_progress := '040';
1010:
1011: -- open cursor to pull shipment data

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

1331:
1332: d_progress := '030';
1333:
1334: -- initialize table for shedule line info
1335: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();
1336:
1337: d_progress := '040';
1338:
1339: -- if the event occurred at the line or shipment level, pull

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

1768:
1769: d_progress := '030';
1770:
1771: -- initialize table for shedule line info
1772: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();
1773:
1774: d_progress := '040';
1775:
1776: -- open cursor to pull shipment data

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

2109:
2110: d_progress := '030';
2111:
2112: -- initialize table for shedule line info
2113: x_otm_doc.schedule_lines := PO_OTM_SCHEDULE_LINE_TBL();
2114:
2115: -- get shipment info if action was performed at shipment level
2116: IF (p_line_loc_id IS NOT NULL) THEN
2117: -- open cursor to pull shipment data