DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on GL_PERIODS

Line 1046: gl_periods gp,

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

Line 4801: l_curr_year_start_period gl_periods.period_name%TYPE ;

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

Line 4806: l_prev_year_end_period gl_periods.period_name%TYPE ;

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

Line 4807: l_prev_year_end_num gl_periods.period_num%TYPE ;

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

Line 4808: l_prev_year_end_quarter gl_periods.quarter_num%TYPE ;

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

Line 4809: l_curr_year_start_num gl_periods.period_num%TYPE ;

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

Line 4810: l_curr_year_start_quarter gl_periods.quarter_num%TYPE ;

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