DBA Data[Home] [Help]

APPS.IGI_AP_INVOICE_DIST_T2 dependencies on IGI_GEN

Line 11: --IGI_GEN.get_option_status('SIA'

7: --
8: BEGIN
9: --
10: -- Bug # 5905278 pshivara start --
11: --IGI_GEN.get_option_status('SIA'
12: -- ,l_SapStatusFlag
13: -- ,l_SapErrorNum);
14: -- Bug # 5905278 pshivara end --
15: --

Line 30: IF igi_gen.is_req_installed('EXP') THEN

26:
27: --
28: -- Bug 2438858 Start(2)
29: --
30: IF igi_gen.is_req_installed('EXP') THEN
31: igi_exp_holds.igi_exp_ap_inv_dist_t2(p_calling_sequence =>
32: 'trigger igi_ap_invoice_dist_t2');
33: END IF;
34: --