DBA Data[Home] [Help]

APPS.GML_PO_GLDIST dependencies on STANDARD

Line 2062: if GML_PO_GLDIST.P_transaction_type in ('STANDARD')

2058: FETCH cur_get_ccid INTO x_combination_id;
2059: CLOSE cur_get_ccid;
2060: END IF;
2061:
2062: if GML_PO_GLDIST.P_transaction_type in ('STANDARD')
2063: then
2064: OPEN Cur_get_std_poinf;
2065: FETCH Cur_get_std_poinf INTO v_po_header_id, v_po_line_id,
2066: v_po_line_location_id;