DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on OE_LINE_UTIL

Line 791: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);

787: l_line_rec OE_ORDER_PUB.line_rec_type;
788: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
789: BEGIN
790:
791: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);
792: RETURN Pre_billing_acceptance_on (p_line_rec => l_line_rec);
793:
794: EXCEPTION
795: WHEN OTHERS THEN

Line 944: OE_Line_Util.Query_Row(p_line_id => p_line_id,

940: --
941: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
942: --
943: BEGIN
944: OE_Line_Util.Query_Row(p_line_id => p_line_id,
945: x_line_rec => l_line_rec);
946:
947: RETURN Post_billing_acceptance_on (p_line_rec => l_line_rec);
948: EXCEPTION

Line 1058: OE_Line_Util.Query_Row(p_line_id => p_line_id,

1054: --
1055: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1056: --
1057: BEGIN
1058: OE_Line_Util.Query_Row(p_line_id => p_line_id,
1059: x_line_rec => l_line_rec);
1060:
1061: RETURN Customer_Acceptance_Eligible(p_line_rec => l_line_rec);
1062: