DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_INSTALL

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

3015: And if it is set, update the CRL specific columns in IPAFAXB.pls
3016: Refer 3224283 and 3224294 */
3017: /* Commented the following code for the above reason and added it after the
3018: insert into fa_mass_additions statement
3019: if (PA_INSTALL.is_product_installed('IPA')) then --CRL Installed
3020: PA_CRL_FAXFACE.create_crl_fa_mass_additions
3021: (x_accounting_date ,
3022: x_add_to_asset_id ,
3023: x_amortize_flag ,

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

3196: FROM SYS.DUAL;
3197:
3198: /* Bug#3224283. Added Call to pa_crl_faxface after inserting the
3199: record into fa_mass_additions */
3200: if (PA_INSTALL.is_product_installed('IPA')) then --CRL Installed
3201: PA_CRL_FAXFACE.create_crl_fa_mass_additions
3202: (x_accounting_date ,
3203: x_add_to_asset_id ,
3204: /* x_amortize_flag , */