DBA Data[Home] [Help]

APPS.RCV_INVOICE_MATCHING_SV dependencies on QA_SKIPLOT_RCV_GRP

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

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

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

145: END IF;
146: END IF;
147: EXCEPTION
148: WHEN OTHERS then
149: po_message_s.sql_error('Error in call to QA_SKIPLOT_RCV_GRP.IS_LOT_SKIPPED', X_progress, sqlcode);
150: raise;
151: END;
152: -- End Bug 6115619
153: ELSIF v_transaction_type = 'RETURN TO VENDOR' THEN