DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_HOLDS_PVT

Line 1769: OE_Holds_pvt.split_hold (

1765: BEGIN
1766:
1767: OE_Debug_PUB.Add('Entering OE_Delayed_Requests_Util.split_Hold',1);
1768: -- call the oe_holds_pub to split the line
1769: OE_Holds_pvt.split_hold (
1770: p_line_id => p_entity_id
1771: , p_split_from_line_id => p_split_from_line_id
1772: , x_return_status => x_return_status
1773: , x_msg_count => l_msg_count

Line 1894: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;

1890: )
1891: IS
1892: l_header_id NUMBER DEFAULT NULL;
1893: l_line_id NUMBER DEFAULT NULL;
1894: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;
1895: l_request_rec OE_Order_PUB.request_rec_type := x_request_rec;
1896: l_return_status VARCHAR2(30);
1897: l_msg_count NUMBER := 0;
1898: l_msg_data VARCHAR2(2000) := NULL;

Line 2060: l_hold_release_rec OE_HOLDS_PVT.Hold_Release_Rec_Type;

2056: l_return_status VARCHAR2(30);
2057: l_msg_count NUMBER := 0;
2058: l_msg_data VARCHAR2(2000) := NULL;
2059:
2060: l_hold_release_rec OE_HOLDS_PVT.Hold_Release_Rec_Type;
2061: l_hold_source_rec OE_HOLDS_PVT.Hold_Source_Rec_Type;
2062: BEGIN
2063:
2064: OE_Debug_PUB.Add('Entering OE_Delayed_Requests_Util.Release_Hold',1);

Line 2061: l_hold_source_rec OE_HOLDS_PVT.Hold_Source_Rec_Type;

2057: l_msg_count NUMBER := 0;
2058: l_msg_data VARCHAR2(2000) := NULL;
2059:
2060: l_hold_release_rec OE_HOLDS_PVT.Hold_Release_Rec_Type;
2061: l_hold_source_rec OE_HOLDS_PVT.Hold_Source_Rec_Type;
2062: BEGIN
2063:
2064: OE_Debug_PUB.Add('Entering OE_Delayed_Requests_Util.Release_Hold',1);
2065:

Line 2139: oe_holds_pvt.Release_Holds(

2135: , x_msg_data => l_msg_data
2136: );
2137: */
2138:
2139: oe_holds_pvt.Release_Holds(
2140: p_hold_source_rec => l_hold_source_rec
2141: ,p_hold_release_rec => l_hold_release_rec
2142: ,p_check_authorization_flag => 'Y' -- bug 8477694
2143: ,x_return_status => l_return_status