DBA Data[Home] [Help]

APPS.FII_PMV_UTIL dependencies on FND_GLOBAL

Line 58: --select distinct id into stmt from HRI_CL_PER_CCMGR_V where id = fnd_global.employee_id;

54: FUNCTION get_manager RETURN NUMBER IS
55: stmt NUMBER(10);
56: BEGIN
57: --fix for repository bug 4945663
58: --select distinct id into stmt from HRI_CL_PER_CCMGR_V where id = fnd_global.employee_id;
59: stmt := -1;
60: RETURN stmt;
61: END get_manager;
62:

Line 69: employee_id := fnd_global.employee_id;

65: employee_name VARCHAR2(240);
66: currency FII_CURRENCIES_V.ID%TYPE;
67: period_id NUMBER;
68: BEGIN
69: employee_id := fnd_global.employee_id;
70: --fix for repository bug 4945663
71: --select id into currency from fii_currencies_v where id = 'FII_GLOBAL1';
72: currency := 'FII_GLOBAL1';
73: select ENT_PERIOD_ID into period_id from fii_time_ent_period where sysdate