DBA Data[Home] [Help]

APPS.OE_CREDIT_ENGINE_GRP dependencies on OE_CREDIT_CHECK_LINES_PVT

Line 1709: OE_Credit_Check_lines_PVT.G_line_hold_count := 0;

1705: Oe_Globals.G_calling_source:= 'ONT';
1706: END IF;
1707: --8478151
1708:
1709: OE_Credit_Check_lines_PVT.G_line_hold_count := 0;
1710: OE_Credit_check_lines_PVT.Check_order_lines_credit
1711: ( p_header_rec => l_header_rec
1712: , p_calling_action => p_calling_action
1713: , p_credit_check_rule_rec => l_credit_check_rule_rec

Line 1710: OE_Credit_check_lines_PVT.Check_order_lines_credit

1706: END IF;
1707: --8478151
1708:
1709: OE_Credit_Check_lines_PVT.G_line_hold_count := 0;
1710: OE_Credit_check_lines_PVT.Check_order_lines_credit
1711: ( p_header_rec => l_header_rec
1712: , p_calling_action => p_calling_action
1713: , p_credit_check_rule_rec => l_credit_check_rule_rec
1714: , p_system_parameter_rec => l_system_parameter_rec

Line 1728: OE_DEBUG_PUB.ADD('line hold count =>'||OE_Credit_Check_lines_PVT.G_line_hold_count);

1724: THEN
1725: OE_DEBUG_PUB.ADD('OEXPCRGB: Out of Check_order_lines_credit ');
1726: OE_DEBUG_PUB.ADD('x_return_status = '|| x_return_status );
1727: OE_DEBUG_PUB.ADD('x_result_out => '|| x_result_out );
1728: OE_DEBUG_PUB.ADD('line hold count =>'||OE_Credit_Check_lines_PVT.G_line_hold_count);
1729: END IF;
1730: END IF;
1731:
1732: -- Moved calling_action check to outside of status check

Line 1814: OE_DEBUG_PUB.ADD('line hold count =>'||OE_Credit_Check_lines_PVT.G_line_hold_count);

1810: THEN
1811:
1812: OE_DEBUG_PUB.ADD('after call send_credit_hold_ntf ');
1813: OE_DEBUG_PUB.ADD('x_return_status = '|| x_return_status );
1814: OE_DEBUG_PUB.ADD('line hold count =>'||OE_Credit_Check_lines_PVT.G_line_hold_count);
1815: END IF;
1816:
1817: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1818: THEN