DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on OE_HOLDS_PUB

Line 8865: OE_HOLDS_PUB.Check_Holds (

8861:
8862: /* Put the config line on Hold. But first, check to see if a hold already exists
8863: on this line */
8864:
8865: OE_HOLDS_PUB.Check_Holds (
8866: p_api_version => 1.0
8867: ,p_line_id => l_config_line_id
8868: ,x_result_out => l_x_hold_result_out
8869: ,x_return_status => l_x_hold_return_status

Line 8930: OE_Holds_PUB.Apply_Holds (

8926: l_hold_source_rec.hold_entity_id := l_header_id;
8927: l_hold_source_rec.header_id := l_header_id;
8928: l_hold_source_rec.line_id := l_config_line_id;
8929:
8930: OE_Holds_PUB.Apply_Holds (
8931: p_api_version => 1.0
8932: , p_hold_source_rec => l_hold_source_rec
8933: , x_return_status => l_return_status
8934: , x_msg_count => l_msg_count