DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on OE_HOLDS_PUB

Line 8564: OE_HOLDS_PUB.Check_Holds (

8560:
8561: /* Put the config line on Hold. But first, check to see if a hold already exists
8562: on this line */
8563:
8564: OE_HOLDS_PUB.Check_Holds (
8565: p_api_version => 1.0
8566: ,p_line_id => l_config_line_id
8567: ,x_result_out => l_x_hold_result_out
8568: ,x_return_status => l_x_hold_return_status

Line 8629: OE_Holds_PUB.Apply_Holds (

8625: l_hold_source_rec.hold_entity_id := l_header_id;
8626: l_hold_source_rec.header_id := l_header_id;
8627: l_hold_source_rec.line_id := l_config_line_id;
8628:
8629: OE_Holds_PUB.Apply_Holds (
8630: p_api_version => 1.0
8631: , p_hold_source_rec => l_hold_source_rec
8632: , x_return_status => l_return_status
8633: , x_msg_count => l_msg_count