DBA Data[Home] [Help]

APPS.PV_REFERRAL_DQM_PUB dependencies on FND_GLOBAL

Line 119: Debug('user_id : ' || fnd_global.user_id());

115: x_return_status := FND_API.G_RET_STS_SUCCESS;
116:
117:
118:
119: Debug('user_id : ' || fnd_global.user_id());
120: Debug('resp_id : ' || fnd_global.resp_id());
121: Debug('appl_id : ' || fnd_global.resp_appl_id());
122:
123:

Line 120: Debug('resp_id : ' || fnd_global.resp_id());

116:
117:
118:
119: Debug('user_id : ' || fnd_global.user_id());
120: Debug('resp_id : ' || fnd_global.resp_id());
121: Debug('appl_id : ' || fnd_global.resp_appl_id());
122:
123:
124: Debug('Return Status: ' || x_return_status);

Line 121: Debug('appl_id : ' || fnd_global.resp_appl_id());

117:
118:
119: Debug('user_id : ' || fnd_global.user_id());
120: Debug('resp_id : ' || fnd_global.resp_id());
121: Debug('appl_id : ' || fnd_global.resp_appl_id());
122:
123:
124: Debug('Return Status: ' || x_return_status);
125: