DBA Data[Home] [Help]

APPS.FARX_AL dependencies on FND_MESSAGE

Line 1043: fnd_message.set_name('OFA',h_mesg_name);

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
1046: fnd_message.set_token('TABLE','FA_ASSET_LISTING_REP_ITF',FALSE);
1047: END IF;

Line 1046: fnd_message.set_token('TABLE','FA_ASSET_LISTING_REP_ITF',FALSE);

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
1046: fnd_message.set_token('TABLE','FA_ASSET_LISTING_REP_ITF',FALSE);
1047: END IF;
1048: IF h_mesg_name = 'FA_RX_CONCAT_SEGS' THEN
1049: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
1050: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);

Line 1049: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);

1045: IF h_mesg_name in ('FA_SHARED_DETELE_FAILED','FA_SHARED_INSERT_FAILED') THEN
1046: fnd_message.set_token('TABLE','FA_ASSET_LISTING_REP_ITF',FALSE);
1047: END IF;
1048: IF h_mesg_name = 'FA_RX_CONCAT_SEGS' THEN
1049: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
1050: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
1051: END IF;
1052:
1053: h_mesg_str := fnd_message.get;

Line 1050: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);

1046: fnd_message.set_token('TABLE','FA_ASSET_LISTING_REP_ITF',FALSE);
1047: END IF;
1048: IF h_mesg_name = 'FA_RX_CONCAT_SEGS' THEN
1049: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
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);

Line 1053: h_mesg_str := fnd_message.get;

1049: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
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;