DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_DTC_PKG dependencies on JAI_POPULATE_ATTRIBUTE

Line 1393: /*Default Tax Codes to be shown on Save(in GDF) only if the Client Extension in jai_populate_attribute package is set to Y*/

1389: p_process_message => lv_process_message,
1390: p_codepath => lv_codepath
1391: );
1392: /*Bug 8641199 - End*/
1393: /*Default Tax Codes to be shown on Save(in GDF) only if the Client Extension in jai_populate_attribute package is set to Y*/
1394: IF nvl(jai_populate_attribute.default_value_check, 'N') = 'Y' THEN
1395: /*Uncommenting the following code for 11709107 by amandali*/
1396: if pr_new.global_attribute1 is null and ln_final_tds_tax_id is not null then --rchandan for bug#4333488
1397: pr_new.global_attribute1 := to_char(ln_final_tds_tax_id);--rchandan for bug#4333488

Line 1394: IF nvl(jai_populate_attribute.default_value_check, 'N') = 'Y' THEN

1390: p_codepath => lv_codepath
1391: );
1392: /*Bug 8641199 - End*/
1393: /*Default Tax Codes to be shown on Save(in GDF) only if the Client Extension in jai_populate_attribute package is set to Y*/
1394: IF nvl(jai_populate_attribute.default_value_check, 'N') = 'Y' THEN
1395: /*Uncommenting the following code for 11709107 by amandali*/
1396: if pr_new.global_attribute1 is null and ln_final_tds_tax_id is not null then --rchandan for bug#4333488
1397: pr_new.global_attribute1 := to_char(ln_final_tds_tax_id);--rchandan for bug#4333488
1398: end if;