DBA Data[Home] [Help]

APPS.FA_RX_GROUP dependencies on FA_GROUP_REP_ITF

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

1436:
1437: -------------------------------------------------------------------
1438: --
1439: -- Function: insert_data
1440: -- This function inserts data into fa_group_rep_itf.
1441: --
1442: -------------------------------------------------------------------
1443: PROCEDURE insert_data (
1444: p_info_rec IN info_rec_type,

Line 1449: INSERT INTO fa_group_rep_itf (

1445: p_group_rec IN group_rec_type,
1446: p_member_rec IN group_rec_type)
1447: IS
1448: BEGIN
1449: INSERT INTO fa_group_rep_itf (
1450: request_id, created_by, creation_date,
1451: last_updated_by, last_update_date, last_update_login,
1452: organization_name, functional_currency_code,
1453: set_of_books_id, book_type_code, deprn_calendar, fiscal_year,

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

1943: END IF;
1944:
1945: fnd_message.set_name('OFA', l_message);
1946: IF l_message = 'FA_SHARED_INSERT_FAIL' THEN
1947: fnd_message.set_token('TABLE', 'FA_GROUP_REP_ITF');
1948: END IF;
1949: fa_rx_conc_mesg_pkg.log(fnd_message.get);
1950:
1951: IF l_member_csr%ISOPEN THEN