DBA Data[Home] [Help]

APPS.PA_REPORT_WORKFLOW_CLIENT dependencies on FND_GLOBAL

Line 681: l_user_id := FND_GLOBAL.user_id;

677:
678:
679: -- set submitter by ID and Name
680:
681: l_user_id := FND_GLOBAL.user_id;
682:
683:
684: wf_engine.SetItemAttrNumber( p_item_type
685: , p_item_key

Line 707: , FND_GLOBAL.USER_NAME);

703: /*Start of addition for bug 5027098 */
704: wf_engine.SetItemAttrText( p_item_type
705: , p_item_key
706: , 'FROM_ROLE_VALUE'
707: , FND_GLOBAL.USER_NAME);
708: /* End of addition for bug 5027098 */
709:
710:
711:

Line 856: WHERE user_id = FND_GLOBAL.user_id;

852: CURSOR get_user_name
853: IS
854: SELECT user_name
855: FROM fnd_user
856: WHERE user_id = FND_GLOBAL.user_id;
857:
858: CURSOR l_report_approver_csr_person IS
859: select distinct
860: fu.user_id,