DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on PO_LINE_LOCATIONS_AP_V

Line 9612: l_matching_basis po_line_locations_ap_v.matching_basis%type;

9608: P_Line_Class OUT NOCOPY VARCHAR2,
9609: P_Error_Code OUT NOCOPY VARCHAR2,
9610: P_Calling_Sequence IN VARCHAR2) RETURN BOOLEAN
9611: IS
9612: l_matching_basis po_line_locations_ap_v.matching_basis%type;
9613: l_payment_type po_line_locations_ap_v.payment_type%type;
9614: l_shipment_type po_line_locations_ap_v.shipment_type%type;
9615:
9616: l_debug_info VARCHAR2(240);

Line 9613: l_payment_type po_line_locations_ap_v.payment_type%type;

9609: P_Error_Code OUT NOCOPY VARCHAR2,
9610: P_Calling_Sequence IN VARCHAR2) RETURN BOOLEAN
9611: IS
9612: l_matching_basis po_line_locations_ap_v.matching_basis%type;
9613: l_payment_type po_line_locations_ap_v.payment_type%type;
9614: l_shipment_type po_line_locations_ap_v.shipment_type%type;
9615:
9616: l_debug_info VARCHAR2(240);
9617: l_curr_calling_sequence VARCHAR2(4000);

Line 9614: l_shipment_type po_line_locations_ap_v.shipment_type%type;

9610: P_Calling_Sequence IN VARCHAR2) RETURN BOOLEAN
9611: IS
9612: l_matching_basis po_line_locations_ap_v.matching_basis%type;
9613: l_payment_type po_line_locations_ap_v.payment_type%type;
9614: l_shipment_type po_line_locations_ap_v.shipment_type%type;
9615:
9616: l_debug_info VARCHAR2(240);
9617: l_curr_calling_sequence VARCHAR2(4000);
9618: l_api_name CONSTANT VARCHAR2(100) := 'Get_Line_Class';