DBA Data[Home] [Help]

APPS.OZF_CLAIM_UTILITY_PVT dependencies on MO_GLOBAL

Line 603: l_org_id NUMBER := MO_GLOBAL.GET_CURRENT_ORG_ID();

599: l_end_date date;
600: l_cust_account_number NUMBER;
601:
602: -- Get the Default Org
603: l_org_id NUMBER := MO_GLOBAL.GET_CURRENT_ORG_ID();
604:
605: -- Fetch the System Parameter Details
606: CURSOR chk_rule_based_csr IS
607: SELECT NVL(rule_based, 'F'),

Line 889: OZF_Utility_PVT.write_conc_log('Processing Claims for Operating Unit: ' || MO_GLOBAL.get_ou_name(l_org_id));

885: FETCH chk_rule_based_csr INTO l_enable_rule_based,l_cust_name_match_type,l_cre_threshold_type,l_cre_threshold_val;
886: CLOSE chk_rule_based_csr;
887:
888: IF OZF_DEBUG_HIGH_ON THEN
889: OZF_Utility_PVT.write_conc_log('Processing Claims for Operating Unit: ' || MO_GLOBAL.get_ou_name(l_org_id));
890: OZF_Utility_PVT.write_conc_log('Rule Based Settlement : '|| l_enable_rule_based);
891: OZF_Utility_PVT.write_conc_log('Customer Name Matching Type : ' || l_cust_name_match_type);
892: OZF_Utility_PVT.write_conc_log('Cr Threshold Type : ' || l_cre_threshold_type);
893: OZF_Utility_PVT.write_conc_log('Cr Threshold Value : ' || l_cre_threshold_val);

Line 899: OZF_Utility_PVT.write_conc_log('Rule Based Flag is disabled in System Parameter page for Operating unit :' ||MO_GLOBAL.get_ou_name(l_org_id));

895:
896:
897: IF(l_enable_rule_based = 'F') THEN
898:
899: OZF_Utility_PVT.write_conc_log('Rule Based Flag is disabled in System Parameter page for Operating unit :' ||MO_GLOBAL.get_ou_name(l_org_id));
900: OZF_Utility_PVT.write_conc_log('Please Enable the Rule Based Settlement checkbox to process the deductions');
901:
902: ELSE
903: