DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on OE_HOLDS_PUB

Line 1900: OE_HOLDS_PUB.Check_Holds (

1896: FOR v_holds in c_holds LOOP
1897: --
1898: -- apply hold if one does not already exist
1899: --
1900: OE_HOLDS_PUB.Check_Holds (
1901: p_api_version => 1.0
1902: ,p_line_id => v_holds.line_id
1903: ,x_result_out => l_hold_result_out
1904: ,x_return_status => l_return_status

Line 1927: OE_Holds_PUB.Apply_Holds (

1923: l_hold_source_rec.hold_entity_id := v_holds.header_id;
1924: l_hold_source_rec.header_id := v_holds.header_id;
1925: l_hold_source_rec.line_id := v_holds.line_id;
1926:
1927: OE_Holds_PUB.Apply_Holds (
1928: p_api_version => 1.0
1929: , p_hold_source_rec => l_hold_source_rec
1930: , x_return_status => l_return_status
1931: , x_msg_count => l_msg_count

Line 2013: OE_HOLDS_PUB.Check_Holds (

2009:
2010: --
2011: -- apply hold if one does not already exist
2012: --
2013: OE_HOLDS_PUB.Check_Holds (
2014: p_api_version => 1.0
2015: ,p_line_id => pLineId
2016: ,x_result_out => l_hold_result_out
2017: ,x_return_status => l_return_status

Line 2042: OE_Holds_PUB.Apply_Holds (

2038:
2039: WriteToLog('Going to Apply Holds .' ,1);
2040:
2041:
2042: OE_Holds_PUB.Apply_Holds (
2043: p_api_version => 1.0
2044: , p_hold_source_rec => l_hold_source_rec
2045: , x_return_status => l_return_status
2046: , x_msg_count => l_msg_count