DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_INSTALL

Line 3381: if (PA_INSTALL.is_product_installed('IPA')) then --CRL Installed

3377: And if it is set, update the CRL specific columns in IPAFAXB.pls
3378: Refer 3224283 and 3224294 */
3379: /* Commented the following code for the above reason and added it after the
3380: insert into fa_mass_additions statement
3381: if (PA_INSTALL.is_product_installed('IPA')) then --CRL Installed
3382: PA_CRL_FAXFACE.create_crl_fa_mass_additions
3383: (x_accounting_date ,
3384: x_add_to_asset_id ,
3385: x_amortize_flag ,

Line 3568: if (PA_INSTALL.is_product_installed('IPA')) then --CRL Installed

3564: FROM SYS.DUAL;
3565:
3566: /* Bug#3224283. Added Call to pa_crl_faxface after inserting the
3567: record into fa_mass_additions */
3568: if (PA_INSTALL.is_product_installed('IPA')) then --CRL Installed
3569: PA_CRL_FAXFACE.create_crl_fa_mass_additions
3570: (x_accounting_date ,
3571: x_add_to_asset_id ,
3572: /* x_amortize_flag , */