DBA Data[Home] [Help]

APPS.PA_REPORT_WORKFLOW_CLIENT dependencies on FND_GLOBAL

Line 695: l_user_id := FND_GLOBAL.user_id;

691:
692:
693: -- set submitter by ID and Name
694:
695: l_user_id := FND_GLOBAL.user_id;
696:
697:
698: wf_engine.SetItemAttrNumber( p_item_type
699: , p_item_key

Line 721: , FND_GLOBAL.USER_NAME);

717: /*Start of addition for bug 5027098 */
718: wf_engine.SetItemAttrText( p_item_type
719: , p_item_key
720: , 'FROM_ROLE_VALUE'
721: , FND_GLOBAL.USER_NAME);
722: /* End of addition for bug 5027098 */
723:
724: -- Bug 8451949
725: select count(1) into l_doc_attach_count

Line 884: WHERE user_id = FND_GLOBAL.user_id;

880: CURSOR get_user_name
881: IS
882: SELECT user_name
883: FROM fnd_user
884: WHERE user_id = FND_GLOBAL.user_id;
885:
886: CURSOR l_report_approver_csr_person IS
887: select distinct
888: fu.user_id,