DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_CRL_FAXFACE

Line 3382: PA_CRL_FAXFACE.create_crl_fa_mass_additions

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 ,
3386: x_asset_category_id ,

Line 3566: /* Bug#3224283. Added Call to pa_crl_faxface after inserting the

3562: x_serial_number,
3563: x_tag_number
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 ,

Line 3569: PA_CRL_FAXFACE.create_crl_fa_mass_additions

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 , */
3573: x_amort_flag , /*bug 4349574 */