DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on OE_LINE_UTIL

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

825: l_line_rec OE_ORDER_PUB.line_rec_type;
826: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
827: BEGIN
828:
829: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);
830: RETURN Pre_billing_acceptance_on (p_line_rec => l_line_rec);
831:
832: EXCEPTION
833: WHEN OTHERS THEN

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

978: --
979: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
980: --
981: BEGIN
982: OE_Line_Util.Query_Row(p_line_id => p_line_id,
983: x_line_rec => l_line_rec);
984:
985: RETURN Post_billing_acceptance_on (p_line_rec => l_line_rec);
986: EXCEPTION

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

1092: --
1093: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1094: --
1095: BEGIN
1096: OE_Line_Util.Query_Row(p_line_id => p_line_id,
1097: x_line_rec => l_line_rec);
1098:
1099: RETURN Customer_Acceptance_Eligible(p_line_rec => l_line_rec);
1100: