DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_PKG dependencies on JAI_POPULATE_ATTRIBUTE

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

2213: p_process_message => lv_process_message,
2214: p_codepath => lv_codepath
2215: );
2216: /*Bug 8641199 - End*/
2217: /*Default Tax Codes to be shown on Save(in GDF) only if the Client Extension in jai_populate_attribute package is set to Y*/
2218: IF nvl(jai_populate_attribute.default_value_check, 'N') = 'Y' THEN
2219: /*Uncommenting the following code for 11709107 by amandali*/
2220: if pr_new.global_attribute1 is null and ln_final_tds_tax_id is not null then --rchandan for bug#4333488
2221: pr_new.global_attribute1 := to_char(ln_final_tds_tax_id);--rchandan for bug#4333488

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

2214: p_codepath => lv_codepath
2215: );
2216: /*Bug 8641199 - End*/
2217: /*Default Tax Codes to be shown on Save(in GDF) only if the Client Extension in jai_populate_attribute package is set to Y*/
2218: IF nvl(jai_populate_attribute.default_value_check, 'N') = 'Y' THEN
2219: /*Uncommenting the following code for 11709107 by amandali*/
2220: if pr_new.global_attribute1 is null and ln_final_tds_tax_id is not null then --rchandan for bug#4333488
2221: pr_new.global_attribute1 := to_char(ln_final_tds_tax_id);--rchandan for bug#4333488
2222: end if;