DBA Data[Home] [Help]

APPS.IGI_DOS_FUNDS dependencies on IGI_DOS_TRX_HEADERS

Line 440: FROM igi_dos_trx_headers

436:
437: CURSOR get_trx_id
438: IS
439: SELECT trx_id
440: FROM igi_dos_trx_headers
441: WHERE trx_number = P_TRX_NUMBER;
442:
443: CURSOR get_packets
444: IS

Line 998: FROM igi_dos_trx_headers

994:
995: CURSOR get_trx_id
996: IS
997: SELECT trx_id
998: FROM igi_dos_trx_headers
999: WHERE trx_number = p_trx_NUMBER;
1000:
1001: CURSOR get_packets
1002: IS