DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PVT dependencies on FND_GLOBAL

Line 116: avalue => FND_GLOBAL.user_name);

112: -- Setting the attribute value for project calendar id
113: WF_ENGINE.SetItemAttrText( itemtype => l_item_type,
114: itemkey => l_item_key,
115: aname => 'APPLIER_USER_NAME',
116: avalue => FND_GLOBAL.user_name);
117:
118: ---- Code added for bug 3919767 for setting the context values for running WF process
119:
120:

Line 124: , avalue => FND_GLOBAL.USER_ID);

120:
121: WF_ENGINE.SetItemAttrNumber( itemtype => l_item_type
122: , itemkey => l_item_key
123: , aname => 'USER_ID'
124: , avalue => FND_GLOBAL.USER_ID);
125:
126: WF_ENGINE.SetItemAttrNumber( itemtype => l_item_type
127: , itemkey => l_item_key
128: , aname => 'RESPONSIBILITY_ID'

Line 129: , avalue => FND_GLOBAL.RESP_ID);

125:
126: WF_ENGINE.SetItemAttrNumber( itemtype => l_item_type
127: , itemkey => l_item_key
128: , aname => 'RESPONSIBILITY_ID'
129: , avalue => FND_GLOBAL.RESP_ID);
130:
131: WF_ENGINE.SetItemAttrNumber( itemtype => l_item_type
132: , itemkey => l_item_key
133: , aname => 'APPLICATION_ID'

Line 134: , avalue => FND_GLOBAL.RESP_APPL_ID);

130:
131: WF_ENGINE.SetItemAttrNumber( itemtype => l_item_type
132: , itemkey => l_item_key
133: , aname => 'APPLICATION_ID'
134: , avalue => FND_GLOBAL.RESP_APPL_ID);
135:
136: ----- Code addition end for bug 3919767
137:
138: --get the project name/number to be used in the notification.