DBA Data[Home] [Help]

APPS.FV_SF224_TRANSACTIONS dependencies on FND_PROFILE

Line 948: IF NVL(fnd_profile.value('FV_GEN_224_REPORTS'), 'Y') = 'Y' THEN

944: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,l_location) ;
945: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,p_error_desc) ;
946: END;
947:
948: IF NVL(fnd_profile.value('FV_GEN_224_REPORTS'), 'Y') = 'Y' THEN
949: IF (p_error_code = g_SUCCESS) THEN
950: l_print_option := fnd_request.set_print_options
951: (
952: printer => l_printer_name,

Line 4601: IF (l_je_category=fnd_profile.value('FV_RECLASSIFICATION_JOURNAL_CATEGORY') OR -- Journal reclassified

4597: END IF;
4598: END IF; /*Reclassification end */
4599:
4600: l_reclass := 'N';
4601: IF (l_je_category=fnd_profile.value('FV_RECLASSIFICATION_JOURNAL_CATEGORY') OR -- Journal reclassified
4602: (l_void_check_number IS NOT NULL OR l_voided_reclassified_payment = 'Y')OR -- payable reclassified
4603: (l_reclass_receipt_number IS NOT NULL OR l_receipt_reclassified = 'Y')) THEN -- Receivables reclassified
4604:
4605: l_reclass := 'Y';