DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_CRL_FAXFACE

Line 3020: PA_CRL_FAXFACE.create_crl_fa_mass_additions

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

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

3194: x_serial_number,
3195: x_tag_number
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 ,

Line 3201: PA_CRL_FAXFACE.create_crl_fa_mass_additions

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