DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_HOLDS_PVT

Line 1767: OE_Holds_pvt.split_hold (

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

Line 1892: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;

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

Line 2057: l_hold_release_rec OE_HOLDS_PVT.Hold_Release_Rec_Type;

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

Line 2058: l_hold_source_rec OE_HOLDS_PVT.Hold_Source_Rec_Type;

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

Line 2136: oe_holds_pvt.Release_Holds(

2132: , x_msg_data => l_msg_data
2133: );
2134: */
2135:
2136: oe_holds_pvt.Release_Holds(
2137: p_hold_source_rec => l_hold_source_rec
2138: ,p_hold_release_rec => l_hold_release_rec
2139: ,x_return_status => l_return_status
2140: ,x_msg_count => l_msg_count