DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_AUDIT_HISTORY_PVT

Line 8332: OE_AUDIT_HISTORY_PVT.RECORD_SET_HISTORY(p_header_id => p_x_line_rec.header_id,

8328:
8329: --bug5631508
8330: --Record the set history before deleting it
8331:
8332: OE_AUDIT_HISTORY_PVT.RECORD_SET_HISTORY(p_header_id => p_x_line_rec.header_id,
8333: p_line_id => p_x_line_rec.line_id,
8334: p_set_id => nvl(l_old_line_rec.ship_set_id,l_old_line_rec.arrival_set_id),
8335: x_return_status => x_return_status);
8336:

Line 12720: OE_AUDIT_HISTORY_PVT.DELETE_SET_HISTORY( p_line_id => l_line_rec.line_id, x_return_status => l_return_status);

12716:
12717: --bug#5631508
12718: IF L_RETURN_STATUS=FND_API.G_RET_STS_SUCCESS then
12719:
12720: OE_AUDIT_HISTORY_PVT.DELETE_SET_HISTORY( p_line_id => l_line_rec.line_id, x_return_status => l_return_status);
12721:
12722: IF l_debug_level > 0 THEN
12723: oe_debug_pub.add( 'AFTER DELETE_SET_HISTORY ' || l_return_status , 1 ) ;
12724: END IF;