DBA Data[Home] [Help]

APPS.FARX_AL dependencies on FND_MESSAGE

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

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

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

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

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

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

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

1050: fnd_message.set_token('TABLE','FA_ASSET_LISTING_REP_ITF',FALSE);
1051: END IF;
1052: IF h_mesg_name = 'FA_RX_CONCAT_SEGS' THEN
1053: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
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);

Line 1057: h_mesg_str := fnd_message.get;

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