DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK_PVT dependencies on OKL_CASH_APPL_RULES

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

125: -- Check if OKL is installed
126: BEGIN
127: l_org_id := to_number(arp_standard.sysparm.org_id);
128:
129: if okl_cash_appl_rules.okl_installed(l_org_id) and l_line_level_cash_app_rule = 'L' THEN
130: l_okl_flag := 'Y';
131: else
132: l_okl_flag := 'N';
133: end if;