DBA Data[Home] [Help]

APPS.JAI_AP_TDS_PREPAYMENTS_PKG dependencies on JAI_POPULATE_ATTRIBUTE

Line 1284: and nvl(jai_populate_attribute.is_legacy_invoice(pre_pay_inv_id), 'N') = 'N' then

1280: -- Bug 4754213. Added by Lakshmi Gopalsami
1281: if cur_rec.section_type = 'TDS_SECTION' then
1282: /* Start- Bug 13929793 --Validate the section codes of standard and prepayment invoices during application */
1283: if nvl(cur_rec.section_code, 'XYZ') <> nvl(lv_tds_section_code_prepay,'XYZ')
1284: and nvl(jai_populate_attribute.is_legacy_invoice(pre_pay_inv_id), 'N') = 'N' then
1285: /* Added above AND condition for bug 16606774 -
1286: This validation for legacy invoice is checked only if the Client Extension in jai_populate_attribute.is_legacy_invoice function enable_customization is set to Y */
1287: p_process_flag := 'E';
1288: P_process_message := 'Application cannot be done as the section code is different in both the documents';

Line 1286: This validation for legacy invoice is checked only if the Client Extension in jai_populate_attribute.is_legacy_invoice function enable_customization is set to Y */

1282: /* Start- Bug 13929793 --Validate the section codes of standard and prepayment invoices during application */
1283: if nvl(cur_rec.section_code, 'XYZ') <> nvl(lv_tds_section_code_prepay,'XYZ')
1284: and nvl(jai_populate_attribute.is_legacy_invoice(pre_pay_inv_id), 'N') = 'N' then
1285: /* Added above AND condition for bug 16606774 -
1286: This validation for legacy invoice is checked only if the Client Extension in jai_populate_attribute.is_legacy_invoice function enable_customization is set to Y */
1287: p_process_flag := 'E';
1288: P_process_message := 'Application cannot be done as the section code is different in both the documents';
1289: goto exit_from_procedure;
1290: end if;