DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on GL_CALENDAR_PKG

Line 6654: GL_CALENDAR_PKG.get_num_periods_in_date_range(

6650: INTO l_calendar_name
6651: FROM gl_sets_of_books
6652: WHERE set_of_books_id = p_x_interface_line_rec.SET_OF_BOOKS_ID;
6653:
6654: GL_CALENDAR_PKG.get_num_periods_in_date_range(
6655: calendar_name => l_calendar_name,
6656: period_type => l_frequency,
6657: start_date => p_line_rec.service_start_date,
6658: end_date => p_line_rec.service_end_date,

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

6688: FND_MESSAGE.SET_TOKEN('END_DATE', p_line_rec.service_end_date);
6689: FND_MESSAGE.SET_TOKEN('CALENDAR_NAME', l_calendar_name);
6690: OE_MSG_PUB.ADD;
6691: IF l_debug_level > 0 THEN
6692: oe_debug_pub.add( 'ERROR IN GL_CALENDAR_PKG.Get_Num_Periods_In_Date_Range ; ERROR => '||SQLERRM , 1 ) ;
6693: END IF;
6694: END;
6695: END IF; -- end of service service start/end dates
6696: END IF; -- null accounting_rule_duaration