DBA Data[Home] [Help]

APPS.GMS_UTILITY dependencies on FND_INSTALLATION

Line 81: ret := fnd_installation.get(8402, 8402, status, industry);

77: x_error_message VARCHAR2(240);
78:
79: BEGIN
80:
81: ret := fnd_installation.get(8402, 8402, status, industry);
82: if (status = 'I' ) then
83: if (x_override) then
84: x_override_flag := 'Y';
85: else

Line 225: ret := fnd_installation.get(8402, 8402, status, industry);

221: BEGIN
222:
223: l_gms_return_code := x_gms_return_code ;
224:
225: ret := fnd_installation.get(8402, 8402, status, industry);
226: if (status = 'I' ) then
227:
228: ------------------------------------------------------ --1472633
229: --For mode coming from PO,REQ

Line 378: ret := fnd_installation.get(8402, 8402, status, industry);

374:
375: BEGIN
376:
377: l_gl_return_code := x_gl_return_code ; -- Bug 3017422 : Passed the correct parameter
378: ret := fnd_installation.get(8402, 8402, status, industry);
379:
380: IF (status = 'I' ) then
381:
382: -- =====================================================