DBA Data[Home] [Help]

APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on FND_APPLICATION

Line 56: From fnd_application F1

52: And H.it_period_name = P1.period_name
53: And P1.set_of_books_id = H.set_of_books_id
54: And NVL(P1.adjustment_period_flag,'N') = 'N'
55: And P1.application_id = (Select F1.application_id
56: From fnd_application F1
57: Where F1.application_short_name = 'SQLGL');
58:
59: l_debug_level number := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
60: l_state_level number := FND_LOG.LEVEL_STATEMENT;

Line 315: From fnd_application

311: Where trunc(sysdate) Between trunc(start_date) And trunc(end_date)
312: And set_of_books_id = p_set_of_books_id
313: And NVL(adjustment_period_flag,'N') = 'N'
314: And application_id = (Select application_id
315: From fnd_application
316: Where application_short_name = 'SQLGL');
317: Begin
318: -----------------------------------------------------------------------------------------------
319: l_curr_calling_sequence := 'IGI_ITR_FUNDS_CONTROL_PKG.'||l_debug_loc||'<-'||p_calling_sequence;