DBA Data[Home] [Help]

APPS.ONT_ITM_PKG dependencies on OE_HOLDS_PUB

Line 1635: OE_HOLDS_PUB.Apply_Holds

1631: l_hold_source_rec.hold_id := 23;
1632: l_hold_source_rec.hold_entity_id := l_line_rec.header_id;
1633: l_hold_source_rec.line_id := l_line_rec.line_id;
1634:
1635: OE_HOLDS_PUB.Apply_Holds
1636: ( p_api_version => 1.0
1637: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
1638: , p_hold_source_rec => l_hold_source_rec
1639: , x_return_status => l_return_status

Line 1684: OE_HOLDS_PUB.Apply_Holds

1680: l_hold_source_rec.hold_id := 21;
1681: l_hold_source_rec.hold_entity_id := l_line_rec.header_id;
1682: l_hold_source_rec.line_id := l_line_rec.line_id;
1683:
1684: OE_HOLDS_PUB.Apply_Holds
1685: ( p_api_version => 1.0
1686: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
1687: , p_hold_source_rec => l_hold_source_rec
1688: , x_return_status => l_return_status