DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_LOC_PROCESS_PVT dependencies on PO_TBL_NUMBER

Line 1075: l_payitem_tax_code_id_tbl po_tbl_number;

1071: l_tax_description AP_TAX_CODES.description%TYPE;
1072: l_allow_tax_code_override_flag GL_TAX_OPTION_ACCOUNTS.allow_tax_code_override_flag%TYPE;
1073: l_isFinancing BOOLEAN;
1074: l_ship_to_location_id NUMBER;
1075: l_payitem_tax_code_id_tbl po_tbl_number;
1076: l_payitems_created NUMBER;
1077: l_routing_name RCV_ROUTING_HEADERS.routing_name%TYPE;
1078: l_line_loc_id PO_LINE_LOCATIONS_ALL.line_location_id%TYPE;
1079: l_po_promised_def_prf VARCHAR2(1) := FND_PROFILE.value('PO_NEED_BY_PROMISE_DEFAULTING');

Line 1089: x_line_loc_id_tbl po_tbl_number;

1085: l_return_status VARCHAR2(1);
1086: l_msg_count NUMBER;
1087: l_msg_data VARCHAR2(2000);
1088: g_line_requesting_ou_id NUMBER;
1089: x_line_loc_id_tbl po_tbl_number;
1090: x_line_location_id NUMBER;
1091: --
1092:
1093: CURSOR poll_interface_cursor(p_interface_line_id NUMBER)

Line 1139: x_line_loc_id_tbl := po_tbl_number();

1135: END IF;
1136:
1137: d_progress := 0;
1138:
1139: x_line_loc_id_tbl := po_tbl_number();
1140: l_payitem_tax_code_id_tbl := po_tbl_number();
1141: l_payitems_created := 0;
1142:
1143: FOR i IN 1.. p_lines.intf_line_id_tbl.Count

Line 1140: l_payitem_tax_code_id_tbl := po_tbl_number();

1136:
1137: d_progress := 0;
1138:
1139: x_line_loc_id_tbl := po_tbl_number();
1140: l_payitem_tax_code_id_tbl := po_tbl_number();
1141: l_payitems_created := 0;
1142:
1143: FOR i IN 1.. p_lines.intf_line_id_tbl.Count
1144: LOOP