DBA Data[Home] [Help]

APPS.OE_BLANKET_WF_UTIL dependencies on OE_BLANKET_UTIL

Line 695: IF NOT (OE_Blanket_Util.g_old_version_captured) THEN

691:
692: SAVEPOINT Save_Blanket_Changes;
693:
694: -- begin fix for bug 3559904: check constraint for phase change
695: IF NOT (OE_Blanket_Util.g_old_version_captured) THEN
696: OE_Blanket_Util.Query_Blanket(p_header_id => p_header_id, p_x_header_rec => OE_Blanket_Util.g_old_header_hist_rec, p_x_line_tbl => OE_Blanket_Util.g_old_line_hist_tbl, x_return_status => l_return_status);
697: OE_Blanket_Util.g_old_version_captured := TRUE;
698: END IF;
699:

Line 696: OE_Blanket_Util.Query_Blanket(p_header_id => p_header_id, p_x_header_rec => OE_Blanket_Util.g_old_header_hist_rec, p_x_line_tbl => OE_Blanket_Util.g_old_line_hist_tbl, x_return_status => l_return_status);

692: SAVEPOINT Save_Blanket_Changes;
693:
694: -- begin fix for bug 3559904: check constraint for phase change
695: IF NOT (OE_Blanket_Util.g_old_version_captured) THEN
696: OE_Blanket_Util.Query_Blanket(p_header_id => p_header_id, p_x_header_rec => OE_Blanket_Util.g_old_header_hist_rec, p_x_line_tbl => OE_Blanket_Util.g_old_line_hist_tbl, x_return_status => l_return_status);
697: OE_Blanket_Util.g_old_version_captured := TRUE;
698: END IF;
699:
700: OE_BLANKET_UTIL.API_Rec_To_Rowtype_Rec(OE_Blanket_Util.g_old_header_hist_rec,l_rowtype_rec);

Line 697: OE_Blanket_Util.g_old_version_captured := TRUE;

693:
694: -- begin fix for bug 3559904: check constraint for phase change
695: IF NOT (OE_Blanket_Util.g_old_version_captured) THEN
696: OE_Blanket_Util.Query_Blanket(p_header_id => p_header_id, p_x_header_rec => OE_Blanket_Util.g_old_header_hist_rec, p_x_line_tbl => OE_Blanket_Util.g_old_line_hist_tbl, x_return_status => l_return_status);
697: OE_Blanket_Util.g_old_version_captured := TRUE;
698: END IF;
699:
700: OE_BLANKET_UTIL.API_Rec_To_Rowtype_Rec(OE_Blanket_Util.g_old_header_hist_rec,l_rowtype_rec);
701:

Line 700: OE_BLANKET_UTIL.API_Rec_To_Rowtype_Rec(OE_Blanket_Util.g_old_header_hist_rec,l_rowtype_rec);

696: OE_Blanket_Util.Query_Blanket(p_header_id => p_header_id, p_x_header_rec => OE_Blanket_Util.g_old_header_hist_rec, p_x_line_tbl => OE_Blanket_Util.g_old_line_hist_tbl, x_return_status => l_return_status);
697: OE_Blanket_Util.g_old_version_captured := TRUE;
698: END IF;
699:
700: OE_BLANKET_UTIL.API_Rec_To_Rowtype_Rec(OE_Blanket_Util.g_old_header_hist_rec,l_rowtype_rec);
701:
702: -- Initialize security global record
703: OE_Blanket_Header_Security.g_record := l_rowtype_rec;
704: OE_Blanket_Header_Security.g_check_all_cols_constraint := 'Y';

Line 735: OE_Blanket_Util.g_old_version_captured := FALSE;

731: x_msg_count => l_msg_count,
732: x_msg_data => l_msg_data,
733: x_return_status => l_return_status);
734:
735: OE_Blanket_Util.g_old_version_captured := FALSE;
736: OE_Quote_Util.G_COMPLETE_NEG := 'N';
737:
738: l_blanket_number := OE_Blanket_Util.g_old_header_hist_rec.order_number;
739:

Line 738: l_blanket_number := OE_Blanket_Util.g_old_header_hist_rec.order_number;

734:
735: OE_Blanket_Util.g_old_version_captured := FALSE;
736: OE_Quote_Util.G_COMPLETE_NEG := 'N';
737:
738: l_blanket_number := OE_Blanket_Util.g_old_header_hist_rec.order_number;
739:
740: -- end fix for bug 3559904
741:
742: if l_debug_level > 0 then

Line 748: OE_Blanket_Util.Lock_Row(p_blanket_id=>p_header_id

744: ||l_header_id);
745: oe_debug_pub.ADD('Entering OE_BLANKET_WF_UTIL.Complete_Negotiation in WF UTIL BLKT NUM'
746: ||l_blanket_number);
747: end if;
748: OE_Blanket_Util.Lock_Row(p_blanket_id=>p_header_id
749: , p_blanket_line_id => null
750: , p_x_lock_control=>l_blanket_lock_control
751: , x_return_status => l_return_status
752: , x_msg_count => l_msg_count

Line 793: OE_Blanket_Util.Lock_Row(p_blanket_id=>null

789: LOOP
790: FETCH c_get_lines INTO l_line_id;
791: EXIT WHEN c_get_lines%NOTFOUND;
792:
793: OE_Blanket_Util.Lock_Row(p_blanket_id=>null
794: , p_blanket_line_id => l_line_id
795: , p_x_lock_control=>l_blanket_lock_control
796: , x_return_status => l_return_status
797: , x_msg_count => l_msg_count