DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FND_GLOBAL

Line 714: l_trans_rec.mass_reference_id := FND_GLOBAL.CONC_REQUEST_ID;

710: l_asset_hdr_rec.set_of_books_id := h_set_of_books_id;--changed for bug:13878542 from ret.set_of_books_id
711: l_trans_rec.transaction_type_code := 'TRANSFER';
712: l_trans_rec.transaction_header_id := h_trans_header_id_out;
713: l_trans_rec.calling_interface := 'FARET';
714: l_trans_rec.mass_reference_id := FND_GLOBAL.CONC_REQUEST_ID;
715: l_trans_rec.transaction_date_entered :=
716: greatest(l_period_rec.calendar_period_open_date,
717: least(sysdate,l_period_rec.calendar_period_close_date));
718: l_trans_rec.transaction_date_entered :=

Line 761: l_secondary_trans_rec.mass_reference_id := FND_GLOBAL.CONC_REQUEST_ID;

757: l_secondary_asset_hdr_rec.set_of_books_id := h_set_of_books_id;
758: l_secondary_trans_rec.transaction_type_code := 'TRANSFER';
759: l_secondary_trans_rec.transaction_header_id := h_trans_header_id_out;
760: l_secondary_trans_rec.calling_interface := 'FARET';
761: l_secondary_trans_rec.mass_reference_id := FND_GLOBAL.CONC_REQUEST_ID;
762: l_secondary_trans_rec.transaction_date_entered :=
763: greatest(l_period_rec.calendar_period_open_date,
764: least(sysdate,l_period_rec.calendar_period_close_date));
765: l_secondary_trans_rec.transaction_date_entered :=