DBA Data[Home] [Help]

APPS.OZF_CLAIM_UTILITY_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 611: FROM ozf_sys_parameters_all

607: SELECT NVL(rule_based, 'F'),
608: NVL(cust_name_match_type,'EXCLUDE_REL_CUST'),
609: credit_matching_thold_type,
610: credit_tolerance_operand
611: FROM ozf_sys_parameters_all
612: WHERE org_id = l_org_id;
613:
614: -- Fix for Bug 8834586 : truncating the dates if not passed from cc job.
615: -- Fix for Bug 12882998