DBA Data[Home] [Help]

APPS.OE_ORDER_CLOSE_UTIL dependencies on OE_HOLDS_PUB

Line 191: OE_Holds_PUB.Check_Holds

187:
188: -- check for generic or holds specific to CLOSE_HEADER activity
189: IF nvl(l_old_header_rec.cancelled_flag,'N') = 'N' THEN
190:
191: OE_Holds_PUB.Check_Holds
192: (p_api_version => 1.0
193: ,p_header_id => p_header_id
194: ,p_wf_item => 'OEOH'
195: ,p_wf_activity => 'CLOSE_ORDER'

Line 550: OE_Holds_PUB.Check_Holds

546:
547: -- check for generic or holds specific to CLOSE_LINE activity
548:
549: IF nvl(l_old_line_tbl(1).cancelled_flag,'N') = 'N' THEN
550: OE_Holds_PUB.Check_Holds
551: (p_api_version => 1.0
552: ,p_line_id => p_line_id
553: ,p_wf_item => 'OEOL'
554: ,p_wf_activity => 'CLOSE_LINE'