DBA Data[Home] [Help]

APPS.IGI_DOS_FUNDS dependencies on IGI_DOS_TRX_HEADERS

Line 433: FROM igi_dos_trx_headers

429:
430: CURSOR get_trx_id
431: IS
432: SELECT trx_id
433: FROM igi_dos_trx_headers
434: WHERE trx_number = P_TRX_NUMBER;
435:
436: CURSOR get_packets
437: IS

Line 950: FROM igi_dos_trx_headers

946:
947: CURSOR get_trx_id
948: IS
949: SELECT trx_id
950: FROM igi_dos_trx_headers
951: WHERE trx_number = p_trx_NUMBER;
952:
953: CURSOR get_packets
954: IS