DBA Data[Home] [Help]

APPS.POS_WC_VIEW_CANCEL_PVT dependencies on FND_GLOBAL

Line 1306: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','User ID:'||fnd_global.user_id);

1302: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','WC ID:'||p_wc_id);
1303: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','WC Status:'||p_wc_status);
1304: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','PO Header ID:'||p_po_header_id);
1305: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','Buyer ID:'||l_buyer_id);
1306: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','User ID:'||fnd_global.user_id);
1307:
1308: --Close previous 'requires approval' notif sent to buyer
1309: open ship_header_cursor(p_wc_id);
1310: fetch ship_header_cursor into l_wf_itemtype, l_wf_itemkey;

Line 1323: p_user_id => fnd_global.user_id,

1319: p_wc_id => p_wc_id,
1320: p_wc_status => p_wc_status,
1321: p_po_header_id => p_po_header_id,
1322: p_buyer_id => l_buyer_id,
1323: p_user_id => fnd_global.user_id,
1324: x_return_status => l_api_return_status,
1325: x_return_msg => l_api_return_msg
1326: );
1327: