DBA Data[Home] [Help]

APPS.CN_PAYRUN_PVT dependencies on FND_USER

Line 1717: l_user fnd_user.user_name%TYPE;

1713: AND payee_salesrep_id = p_salesrep_id
1714: AND payment_transaction_id = NVL(p_pmt_tran_id, payment_transaction_id) -- Bug 3866089 (the same as 11.5.8 bug 3841926, 11.5.10 3866116) by jjhuang on 11/1/04
1715: AND hold_flag = 'N' ;
1716:
1717: l_user fnd_user.user_name%TYPE;
1718: l_payables_flag cn_repositories.payables_flag%TYPE;
1719:
1720: BEGIN
1721:

Line 1737: FROM fnd_user

1733: IF l_payables_flag = 'Y' THEN
1734:
1735: SELECT user_name
1736: INTO l_user
1737: FROM fnd_user
1738: WHERE user_id = fnd_global.user_id;
1739:
1740: -- Fetch all the salesrep (who are vendors) who are eligible to be paid
1741: FOR vendor IN get_vendors