DBA Data[Home] [Help]

APPS.AP_PBATCH_SET_LINES_PKG dependencies on AP_INVOICE_SELECTION_CRITERIA

Line 620: from ap_invoice_selection_criteria

616:
617: debug_info := 'Count for batch run name';
618: select count(1)
619: into dummy
620: from ap_invoice_selection_criteria
621: where batch_run_name = X_batch_run_name
622: and batch_set_id = X_batch_set_id;
623:
624: if (dummy >= 1) then

Line 660: from ap_invoice_selection_criteria

656:
657: debug_info := 'Count for check run name';
658: select count(1)
659: into dummy
660: from ap_invoice_selection_criteria
661: where checkrun_name = X_batch_name||X_batch_run_name;
662:
663: if (dummy >= 1) then
664: fnd_message.set_name('SQLAP','AP_ALL_DUPLICATE_VALUE');