DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on PO_LINE_LOCATIONS_AP_V

Line 7448: l_matching_basis po_line_locations_ap_v.matching_basis%type;

7444: P_Line_Class OUT NOCOPY VARCHAR2,
7445: P_Error_Code OUT NOCOPY VARCHAR2,
7446: P_Calling_Sequence IN VARCHAR2) RETURN BOOLEAN
7447: IS
7448: l_matching_basis po_line_locations_ap_v.matching_basis%type;
7449: l_payment_type po_line_locations_ap_v.payment_type%type;
7450: l_shipment_type po_line_locations_ap_v.shipment_type%type;
7451:
7452: l_debug_info VARCHAR2(240);

Line 7449: l_payment_type po_line_locations_ap_v.payment_type%type;

7445: P_Error_Code OUT NOCOPY VARCHAR2,
7446: P_Calling_Sequence IN VARCHAR2) RETURN BOOLEAN
7447: IS
7448: l_matching_basis po_line_locations_ap_v.matching_basis%type;
7449: l_payment_type po_line_locations_ap_v.payment_type%type;
7450: l_shipment_type po_line_locations_ap_v.shipment_type%type;
7451:
7452: l_debug_info VARCHAR2(240);
7453: l_curr_calling_sequence VARCHAR2(4000);

Line 7450: l_shipment_type po_line_locations_ap_v.shipment_type%type;

7446: P_Calling_Sequence IN VARCHAR2) RETURN BOOLEAN
7447: IS
7448: l_matching_basis po_line_locations_ap_v.matching_basis%type;
7449: l_payment_type po_line_locations_ap_v.payment_type%type;
7450: l_shipment_type po_line_locations_ap_v.shipment_type%type;
7451:
7452: l_debug_info VARCHAR2(240);
7453: l_curr_calling_sequence VARCHAR2(4000);
7454: