DBA Data[Home] [Help]

APPS.IGIPMSDA dependencies on IGI_MPP_SETUP

Line 73: FROM igi_mpp_setup

69: FROM SYS.DUAL
70: WHERE p_accounting_rule_id is not null
71: UNION
72: SELECT default_accounting_rule_id, 3 priority
73: FROM igi_mpp_setup
74: ORDER BY 2
75: ;
76: BEGIN
77: FOR l_rule in C_rule LOOP