DBA Data[Home] [Help]

APPS.QA_PLANS_PUB dependencies on FND_GLOBAL

Line 116: RETURN nvl(fnd_global.user_id, -1);

112: -- should be propagated to that file.
113: --
114:
115: IF p_name IS NULL THEN
116: RETURN nvl(fnd_global.user_id, -1);
117: END IF;
118:
119: --
120: -- It is very common for the same user to call the

Line 1032: fnd_global.apps_initialize(

1028: -- The init is required to get the concurrent program
1029: -- to run. The resp_id 20561 is the seeded main Quality
1030: -- responsibility. 250 is Oracle Quality's application ID.
1031: --
1032: fnd_global.apps_initialize(
1033: user_id => p_user_id,
1034: resp_id => 20561,
1035: resp_appl_id => 250);
1036:

Line 2434: fnd_global.apps_initialize(

2430: -- The init is required to get the concurrent program
2431: -- to run. The resp_id 20561 is the seeded main Quality
2432: -- responsibility. 250 is Oracle Quality's application ID.
2433: --
2434: fnd_global.apps_initialize(
2435: user_id => p_user_id,
2436: resp_id => 20561,
2437: resp_appl_id => 250);
2438: