DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK_PVT dependencies on OKL_CASH_APPL_RULES

Line 114: if okl_cash_appl_rules.okl_installed(l_org_id) and l_line_level_cash_app_rule = 'L' THEN

110: -- Check if OKL is installed
111: BEGIN
112: l_org_id := to_number(arp_standard.sysparm.org_id);
113:
114: if okl_cash_appl_rules.okl_installed(l_org_id) and l_line_level_cash_app_rule = 'L' THEN
115: l_okl_flag := 'Y';
116: else
117: l_okl_flag := 'N';
118: end if;