DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_UTIL dependencies on OE_ORDER_PUB

Line 395: ( p_header_rec IN oe_order_pub.header_rec_type

391: -- Comments : Set message attributes and send workflow notification
392: -- on all the credit holds for the order.
393: --========================================================================
394: PROCEDURE Send_Credit_Hold_NTF
395: ( p_header_rec IN oe_order_pub.header_rec_type
396: , p_credit_hold_level IN OE_CREDIT_CHECK_RULES.credit_hold_level_code%TYPE
397: , p_cc_hold_comment IN OE_HOLD_SOURCES.hold_comment%TYPE
398: , x_return_status OUT NOCOPY VARCHAR2
399: );