DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FA_RX_CONC_MESG_PKG

Line 133: fa_rx_conc_mesg_pkg.log(h_mesg_str);

129: EXCEPTION
130: when others then
131: fnd_message.set_name('OFA',h_mesg_name);
132: h_mesg_str := fnd_message.get;
133: fa_rx_conc_mesg_pkg.log(h_mesg_str);
134: raise;
135:
136: END GET_ACCT_SEGMENT_NUMBERS;
137:

Line 261: fa_rx_conc_mesg_pkg.log(h_mesg_str);

257: EXCEPTION
258: when others then
259: fnd_message.set_name('OFA',h_mesg_name);
260: h_mesg_str := fnd_message.get;
261: fa_rx_conc_mesg_pkg.log(h_mesg_str);
262: raise;
263:
264: END GET_ACCT_SEGMENT_INDEX;
265:

Line 704: fa_rx_conc_mesg_pkg.log(h_mesg_str);

700: if h_mesg_name in ('FA_FLEX_DELETE_FAILED','FA_FLEX_INSERT_FAILED') then
701: fnd_message.set_token('TABLE',h_table_token,FALSE);
702: end if;
703: h_mesg_str := fnd_message.get;
704: fa_rx_conc_mesg_pkg.log(h_mesg_str);
705:
706: end fa_rsvldg;
707:
708:

Line 869: fa_rx_conc_mesg_pkg.log(h_mesg_str);

865: fnd_message.set_token('STRUCT_ID',struct_id,FALSE);
866: fnd_message.set_token('FLEX_CODE',flex_Code,FALSE);
867: end if;
868: h_mesg_str := fnd_message.get;
869: fa_rx_conc_mesg_pkg.log(h_mesg_str);
870: raise;
871:
872: end concat_general;
873:

Line 916: fa_rx_conc_mesg_pkg.log(h_mesg_str);

912: fnd_message.set_token('STRUCT_ID',struct_id,FALSE);
913: fnd_message.set_token('FLEX_CODE','CAT#',FALSE);
914: end if;
915: h_mesg_str := fnd_message.get;
916: fa_rx_conc_mesg_pkg.log(h_mesg_str);
917: raise;
918:
919: end concat_category;
920:

Line 966: fa_rx_conc_mesg_pkg.log(h_mesg_str);

962: fnd_message.set_token('STRUCT_ID',struct_id,FALSE);
963: fnd_message.set_token('FLEX_CODE','LOC#',FALSE);
964: end if;
965: h_mesg_str := fnd_message.get;
966: fa_rx_conc_mesg_pkg.log(h_mesg_str);
967: raise;
968:
969: end concat_location;
970:

Line 1015: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1011: fnd_message.set_token('STRUCT_ID',struct_id,FALSE);
1012: fnd_message.set_token('FLEX_CODE','KEY#',FALSE);
1013: end if;
1014: h_mesg_str := fnd_message.get;
1015: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1016: raise;
1017:
1018: end concat_asset_key;
1019:

Line 1063: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1059: fnd_message.set_token('STRUCT_ID',struct_id,FALSE);
1060: fnd_message.set_token('FLEX_CODE','GL#',FALSE);
1061: end if;
1062: h_mesg_str := fnd_message.get;
1063: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1064: raise;
1065:
1066:
1067: end concat_acct;

Line 1245: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1241: when others then
1242: fnd_message.set_name('OFA','FA_FLEX_INSERT_FAILED');
1243: fnd_message.set_token('TABLE','FA_RX_DYNAMIC_COLUMNS',FALSE);
1244: h_mesg_str := fnd_message.get;
1245: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1246: raise;
1247:
1248: end add_dynamic_column;
1249: