DBA Data[Home] [Help]

APPS.RCV_INVOICE_MATCHING_SV dependencies on QA_SKIPLOT_RCV_GRP

Line 140: QA_SKIPLOT_RCV_GRP.IS_LOT_SKIPPED(p_api_version =>p_api_version,

136:
137: /* Bug 6115619.With skip lot enable while creating an invoice with match to receipt
138: and match level as 4 way,accepted quantity was not calculated properly because for skipped transactions RT is not created.*/
139: BEGIN
140: QA_SKIPLOT_RCV_GRP.IS_LOT_SKIPPED(p_api_version =>p_api_version,
141: p_transaction_id =>top_transaction_id,
142: x_skip_status=>x_skip_status,
143: x_return_status=>x_return_status,
144: x_msg_count=>x_msg_count,

Line 154: po_message_s.sql_error('Error in call to QA_SKIPLOT_RCV_GRP.IS_LOT_SKIPPED', X_progress, sqlcode);

150: END IF;
151: END IF;
152: EXCEPTION
153: WHEN OTHERS then
154: po_message_s.sql_error('Error in call to QA_SKIPLOT_RCV_GRP.IS_LOT_SKIPPED', X_progress, sqlcode);
155: raise;
156: END;
157: -- End Bug 6115619
158: ELSIF v_transaction_type = 'RETURN TO VENDOR' THEN