DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on GL_PERIODS

Line 1045: gl_periods gp,

1041: gps.closing_status gl_period_status,
1042: pos.closing_status po_period_status,
1043: gp.quarter_num
1044: FROM gl_period_statuses gps,
1045: gl_periods gp,
1046: gl_period_statuses pos,
1047: gl_sets_of_books gb,
1048: fnd_application gl,
1049: fnd_application po

Line 4800: l_curr_year_start_period gl_periods.period_name%TYPE ;

4796: l_req_enc_on BOOLEAN := FALSE;
4797: l_prev_year_start_date DATE;
4798: l_prev_year_end_date DATE;
4799: l_curr_year_start_date DATE;
4800: l_curr_year_start_period gl_periods.period_name%TYPE ;
4801: l_conc_request_id NUMBER := FND_GLOBAL.conc_request_id ;
4802:
4803:
4804: -- bug 2804025 ssmales 19-Feb-2003 added following local variables

Line 4805: l_prev_year_end_period gl_periods.period_name%TYPE ;

4801: l_conc_request_id NUMBER := FND_GLOBAL.conc_request_id ;
4802:
4803:
4804: -- bug 2804025 ssmales 19-Feb-2003 added following local variables
4805: l_prev_year_end_period gl_periods.period_name%TYPE ;
4806: l_prev_year_end_num gl_periods.period_num%TYPE ;
4807: l_prev_year_end_quarter gl_periods.quarter_num%TYPE ;
4808: l_curr_year_start_num gl_periods.period_num%TYPE ;
4809: l_curr_year_start_quarter gl_periods.quarter_num%TYPE ;

Line 4806: l_prev_year_end_num gl_periods.period_num%TYPE ;

4802:
4803:
4804: -- bug 2804025 ssmales 19-Feb-2003 added following local variables
4805: l_prev_year_end_period gl_periods.period_name%TYPE ;
4806: l_prev_year_end_num gl_periods.period_num%TYPE ;
4807: l_prev_year_end_quarter gl_periods.quarter_num%TYPE ;
4808: l_curr_year_start_num gl_periods.period_num%TYPE ;
4809: l_curr_year_start_quarter gl_periods.quarter_num%TYPE ;
4810:

Line 4807: l_prev_year_end_quarter gl_periods.quarter_num%TYPE ;

4803:
4804: -- bug 2804025 ssmales 19-Feb-2003 added following local variables
4805: l_prev_year_end_period gl_periods.period_name%TYPE ;
4806: l_prev_year_end_num gl_periods.period_num%TYPE ;
4807: l_prev_year_end_quarter gl_periods.quarter_num%TYPE ;
4808: l_curr_year_start_num gl_periods.period_num%TYPE ;
4809: l_curr_year_start_quarter gl_periods.quarter_num%TYPE ;
4810:
4811:

Line 4808: l_curr_year_start_num gl_periods.period_num%TYPE ;

4804: -- bug 2804025 ssmales 19-Feb-2003 added following local variables
4805: l_prev_year_end_period gl_periods.period_name%TYPE ;
4806: l_prev_year_end_num gl_periods.period_num%TYPE ;
4807: l_prev_year_end_quarter gl_periods.quarter_num%TYPE ;
4808: l_curr_year_start_num gl_periods.period_num%TYPE ;
4809: l_curr_year_start_quarter gl_periods.quarter_num%TYPE ;
4810:
4811:
4812:

Line 4809: l_curr_year_start_quarter gl_periods.quarter_num%TYPE ;

4805: l_prev_year_end_period gl_periods.period_name%TYPE ;
4806: l_prev_year_end_num gl_periods.period_num%TYPE ;
4807: l_prev_year_end_quarter gl_periods.quarter_num%TYPE ;
4808: l_curr_year_start_num gl_periods.period_num%TYPE ;
4809: l_curr_year_start_quarter gl_periods.quarter_num%TYPE ;
4810:
4811:
4812:
4813: TYPE document_rec_type IS RECORD