DBA Data[Home] [Help]

APPS.FUN_NET_APAR_UTILS_GRP SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 31

		select batch_id into l_batch_id
		from FUN_NET_AP_INVS_ALL
		where invoice_id=p_invoice_id;
Line: 44

				   select batch_status_code into l_batch_status_code
				   from FUN_NET_BATCHES_ALL
				   where batch_id=l_batch_id;
Line: 82

                          select batch_id into x_batch_id from FUN_NET_AP_INVS_ALL where invoice_id=p_invoice_id;
Line: 94

				select batch_status_code into x_batch_status from FUN_NET_BATCHES_ALL where batch_id=x_batch_id;