DBA Data[Home] [Help]

APPS.FA_RX_GROUP dependencies on FA_GROUP_REP_ITF

Line 1073: -- This function inserts data into fa_group_rep_itf.

1069:
1070: -------------------------------------------------------------------
1071: --
1072: -- Function: insert_data
1073: -- This function inserts data into fa_group_rep_itf.
1074: --
1075: -------------------------------------------------------------------
1076: PROCEDURE insert_data (
1077: p_info_rec IN info_rec_type,

Line 1082: INSERT INTO fa_group_rep_itf (

1078: p_group_rec IN group_rec_type,
1079: p_member_rec IN group_rec_type)
1080: IS
1081: BEGIN
1082: INSERT INTO fa_group_rep_itf (
1083: request_id, created_by, creation_date,
1084: last_updated_by, last_update_date, last_update_login,
1085: organization_name, functional_currency_code,
1086: set_of_books_id, book_type_code, deprn_calendar, fiscal_year,

Line 1532: fnd_message.set_token('TABLE', 'FA_GROUP_REP_ITF');

1528: END IF;
1529:
1530: fnd_message.set_name('OFA', l_message);
1531: IF l_message = 'FA_SHARED_INSERT_FAIL' THEN
1532: fnd_message.set_token('TABLE', 'FA_GROUP_REP_ITF');
1533: END IF;
1534: fa_rx_conc_mesg_pkg.log(fnd_message.get);
1535:
1536: IF l_member_csr%ISOPEN THEN