DBA Data[Home] [Help]

APPS.PJM_SEIBAN_PKG dependencies on FND_GLOBAL

Line 138: msgbuf := msgbuf || fnd_global.newline || msgtxt;

134: );
135: if ( msgbuf is null ) then
136: msgbuf := msgtxt;
137: else
138: msgbuf := msgbuf || fnd_global.newline || msgtxt;
139: end if;
140: end loop;
141: return( msgbuf );
142:

Line 211: l_resp_id := FND_GLOBAL.Resp_id;

207: l_project_in_rec.start_date := X_start_date;
208: l_project_in_rec.completion_date := X_end_date;
209:
210: -- bug 4731449
211: l_resp_id := FND_GLOBAL.Resp_id;
212: l_user_id := FND_GLOBAL.User_id;
213: select org_id into l_org_id
214: from pa_projects_all
215: where project_id = X_project_created_from;

Line 212: l_user_id := FND_GLOBAL.User_id;

208: l_project_in_rec.completion_date := X_end_date;
209:
210: -- bug 4731449
211: l_resp_id := FND_GLOBAL.Resp_id;
212: l_user_id := FND_GLOBAL.User_id;
213: select org_id into l_org_id
214: from pa_projects_all
215: where project_id = X_project_created_from;
216: select application_id into l_resp_appl_id