DBA Data[Home] [Help]

APPS.FARX_AL dependencies on FA_RX_CONC_MESG_PKG

Line 1041: fa_rx_conc_mesg_pkg.log(SQLERRM);

1037: WHEN OTHERS THEN
1038: -- reset GL sob id to original value before moving to next book
1039: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
1040: fnd_client_info.set_currency_context (l_orig_currency_context);
1041: fa_rx_conc_mesg_pkg.log(SQLERRM);
1042:
1043: fnd_message.set_name('OFA',h_mesg_name);
1044:
1045: IF h_mesg_name in ('FA_SHARED_DETELE_FAILED','FA_SHARED_INSERT_FAILED') THEN

Line 1054: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1050: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
1051: END IF;
1052:
1053: h_mesg_str := fnd_message.get;
1054: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1055: END asset_listing_run;
1056: END FARX_AL;