DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FA_COSTCLEAR_REP_ITF

Line 1065: insert into fa_costclear_rep_itf (

1061:
1062:
1063: h_mesg_name := 'FA_SHARED_INSERT_FAILED';
1064:
1065: insert into fa_costclear_rep_itf (
1066: request_id, company, cost_Center, account, transaction_type,
1067: asset_number, description, tag_number, serial_number,
1068: vendor_name, invoice_number, line_number, inventorial,
1069: inv_description, payables_cost, created_by,

Line 1092: fnd_message.set_token('TABLE','FA_COSTCLEAR_REP_ITF',FALSE);

1088: fa_Rx_conc_mesg_pkg.log(SQLERRM);
1089: end if;
1090: fnd_message.set_name('OFA',h_mesg_name);
1091: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
1092: fnd_message.set_token('TABLE','FA_COSTCLEAR_REP_ITF',FALSE);
1093: end if;
1094: if h_mesg_name = 'FA_RX_CONCAT_SEGS' then
1095: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
1096: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);