DBA Data[Home] [Help]

APPS.GML_PO_SYNCH dependencies on PO_HEADERS_ALL

Line 1405: CURSOR attr_hdr_cur(v_po_ordr_header_id PO_HEADERS_ALL.PO_HEADER_ID%TYPE)

1401: int_rec int_cur%ROWTYPE;
1402:
1403: /* BEGIN BUG#1731582 P. Arvind Dath */
1404:
1405: CURSOR attr_hdr_cur(v_po_ordr_header_id PO_HEADERS_ALL.PO_HEADER_ID%TYPE)
1406: IS
1407: SELECT attribute1,
1408: attribute2,
1409: attribute3,

Line 1421: FROM PO_HEADERS_ALL

1417: attribute11,
1418: attribute12,
1419: attribute13,
1420: attribute14
1421: FROM PO_HEADERS_ALL
1422: WHERE PO_HEADER_ID = v_po_ordr_header_id;
1423:
1424: CURSOR attr_dtl_cur(v_line_locations_id PO_LINE_LOCATIONS_ALL.LINE_LOCATION_ID%TYPE,
1425: v_ordr_header_id PO_LINE_LOCATIONS_ALL.PO_HEADER_ID%TYPE,