DBA Data[Home] [Help]

APPS.CSTPPCIT dependencies on GL_PERIODS

Line 147: FROM GL_PERIODS

143: l_stmt_num := 80;
144: l_count := 0;
145: SELECT count(*)
146: INTO l_count
147: FROM GL_PERIODS
148: WHERE period_set_name = l_period_set_name
149: AND period_type = l_period_type
150: AND i_transaction_date between start_date and end_date;
151: