DBA Data[Home] [Help]

APPS.POS_WC_VIEW_CANCEL_PVT dependencies on FND_GLOBAL

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

1330: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','WC ID:'||p_wc_id);
1331: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','WC Status:'||p_wc_status);
1332: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','PO Header ID:'||p_po_header_id);
1333: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','Buyer ID:'||l_buyer_id);
1334: LOG(FND_LOG.LEVEL_PROCEDURE,'cancel_wc','User ID:'||fnd_global.user_id);
1335:
1336: --Close previous 'requires approval' notif sent to buyer
1337: open ship_header_cursor(p_wc_id);
1338: fetch ship_header_cursor into l_wf_itemtype, l_wf_itemkey;

Line 1361: p_user_id => fnd_global.user_id,

1357: p_wc_id => p_wc_id,
1358: p_wc_status => p_wc_status,
1359: p_po_header_id => p_po_header_id,
1360: p_buyer_id => l_buyer_id,
1361: p_user_id => fnd_global.user_id,
1362: x_return_status => l_api_return_status,
1363: x_return_msg => l_api_return_msg
1364: );
1365: