DBA Data[Home] [Help]

APPS.POS_CANCEL_ASN dependencies on POS_ASN_NOTIF

Line 75: POS_ASN_NOTIF.generate_notif ( p_shipment_num,

71: IF (p_processing_status = 'PENDING' or p_processing_status = 'ERROR') THEN
72:
73: BEGIN
74:
75: POS_ASN_NOTIF.generate_notif ( p_shipment_num,
76: 'CANCEL',
77: p_vendor_id,
78: p_vendor_site_id,
79: fnd_global.user_id );

Line 159: POS_ASN_NOTIF.generate_notif( p_shipment_num,

155: CLOSE c_invoice;
156: end if;
157:
158: BEGIN
159: POS_ASN_NOTIF.generate_notif( p_shipment_num,
160: 'CANCEL',
161: p_vendor_id,
162: p_vendor_site_id,
163: fnd_global.user_id );