DBA Data[Home] [Help]

APPS.IGIRCBAP dependencies on FND_GLOBAL

Line 2262: l_Post.CreatedBy := nvl(p_CreatedBy,fnd_global.user_id);

2258: WriteToLog ( l_excep_level, 'Post',' Posting Control Id '||p_PostingControlId );
2259: l_Post.GlDateFrom := trunc(p_GlDateFrom);
2260: l_Post.GlDateTo := trunc(p_GlDateTo);
2261: l_Post.GlPostedDate := trunc(p_GlPostedDate);
2262: l_Post.CreatedBy := nvl(p_CreatedBy,fnd_global.user_id);
2263: l_Post.SummaryFlag := p_SummaryFlag;
2264: --
2265: -- Variables set from ar_system_parameters
2266: --