DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on GL_CALENDAR_PKG

Line 6934: GL_CALENDAR_PKG.get_num_periods_in_date_range(

6930: ||p_line_rec.service_first_period_enddate , 3 ) ;
6931: END IF;
6932: -- sol_ord_er #16014165
6933:
6934: GL_CALENDAR_PKG.get_num_periods_in_date_range(
6935: calendar_name => l_calendar_name,
6936: period_type => l_frequency,
6937: start_date => p_line_rec.service_start_date,
6938: --end_date => p_line_rec.service_end_date, -- sol_ord_er #16014165

Line 6976: oe_debug_pub.add( 'ERROR IN GL_CALENDAR_PKG.Get_Num_Periods_In_Date_Range ; ERROR => '||SQLERRM , 1 ) ;

6972: FND_MESSAGE.SET_TOKEN('END_DATE', NVL(p_line_rec.service_first_period_enddate,p_line_rec.service_end_date));
6973: FND_MESSAGE.SET_TOKEN('CALENDAR_NAME', l_calendar_name);
6974: OE_MSG_PUB.ADD;
6975: IF l_debug_level > 0 THEN
6976: oe_debug_pub.add( 'ERROR IN GL_CALENDAR_PKG.Get_Num_Periods_In_Date_Range ; ERROR => '||SQLERRM , 1 ) ;
6977: END IF;
6978: END;
6979: END IF; -- end of service service start/end dates
6980: END IF; -- null accounting_rule_duaration