DBA Data[Home] [Help]

APPS.IGI_AP_INVOICE_DIST_T1 dependencies on IGI_SIA

Line 16: IGI_SIA.SET_INVOICE_ID (:NEW.INVOICE_ID,

12: ,l_SapStatusFlag
13: ,l_SapErrorNum);
14: --
15: IF l_SapStatusFlag='Y' THEN
16: IGI_SIA.SET_INVOICE_ID (:NEW.INVOICE_ID,
17: :NEW.LAST_UPDATED_BY,
18: 0
19: );
20: -- Bug 3427479 hkaniven start --

Line 48: IGI_SIA.RELEASE_HOLDS;

44: -- if modifying an approved invoice, release existing holds and re-approve.
45: --
46: IF INSERTING AND :NEW.line_type_lookup_code <> 'PREPAY'
47: THEN
48: IGI_SIA.RELEASE_HOLDS;
49: END IF;
50: --
51: -- Bug 3671954 End
52: