DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on OE_HOLDS_PUB

Line 1989: OE_HOLDS_PUB.Check_Holds (

1985: FOR v_holds in c_holds LOOP
1986: --
1987: -- apply hold if one does not already exist
1988: --
1989: OE_HOLDS_PUB.Check_Holds (
1990: p_api_version => 1.0
1991: ,p_line_id => v_holds.line_id
1992: ,x_result_out => l_hold_result_out
1993: ,x_return_status => l_return_status

Line 2016: OE_Holds_PUB.Apply_Holds (

2012: l_hold_source_rec.hold_entity_id := v_holds.header_id;
2013: l_hold_source_rec.header_id := v_holds.header_id;
2014: l_hold_source_rec.line_id := v_holds.line_id;
2015:
2016: OE_Holds_PUB.Apply_Holds (
2017: p_api_version => 1.0
2018: , p_hold_source_rec => l_hold_source_rec
2019: , x_return_status => l_return_status
2020: , x_msg_count => l_msg_count

Line 2102: OE_HOLDS_PUB.Check_Holds (

2098:
2099: --
2100: -- apply hold if one does not already exist
2101: --
2102: OE_HOLDS_PUB.Check_Holds (
2103: p_api_version => 1.0
2104: ,p_line_id => pLineId
2105: ,x_result_out => l_hold_result_out
2106: ,x_return_status => l_return_status

Line 2131: OE_Holds_PUB.Apply_Holds (

2127:
2128: WriteToLog('Going to Apply Holds .' ,1);
2129:
2130:
2131: OE_Holds_PUB.Apply_Holds (
2132: p_api_version => 1.0
2133: , p_hold_source_rec => l_hold_source_rec
2134: , x_return_status => l_return_status
2135: , x_msg_count => l_msg_count