DBA Data[Home] [Help]

APPS.FARX_AL dependencies on FA_RX_CONC_MESG_PKG

Line 1045: fa_rx_conc_mesg_pkg.log(SQLERRM);

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

Line 1058: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1054: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
1055: END IF;
1056:
1057: h_mesg_str := fnd_message.get;
1058: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1059: END asset_listing_run;
1060: END FARX_AL;