DBA Data[Home] [Help]

APPS.PA_RESOURCE_PUB dependencies on FND_GLOBAL

Line 7: G_LAST_UPDATED_BY NUMBER(15) := FND_GLOBAL.USER_ID;

3: -- -------------------------------------------------------------------------------------------------------
4: -- Globals
5: -- -------------------------------------------------------------------------------------------------------
6:
7: G_LAST_UPDATED_BY NUMBER(15) := FND_GLOBAL.USER_ID;
8: G_LAST_UPDATE_DATE DATE := SYSDATE;
9: G_CREATION_DATE DATE := SYSDATE;
10: G_CREATED_BY NUMBER(15) := FND_GLOBAL.USER_ID;
11: G_LAST_UPDATE_LOGIN NUMBER(15) := FND_GLOBAL.LOGIN_ID;

Line 10: G_CREATED_BY NUMBER(15) := FND_GLOBAL.USER_ID;

6:
7: G_LAST_UPDATED_BY NUMBER(15) := FND_GLOBAL.USER_ID;
8: G_LAST_UPDATE_DATE DATE := SYSDATE;
9: G_CREATION_DATE DATE := SYSDATE;
10: G_CREATED_BY NUMBER(15) := FND_GLOBAL.USER_ID;
11: G_LAST_UPDATE_LOGIN NUMBER(15) := FND_GLOBAL.LOGIN_ID;
12:
13: -- -------------------------------------------------------------------------------------------------------
14: -- Procedures and Functions

Line 11: G_LAST_UPDATE_LOGIN NUMBER(15) := FND_GLOBAL.LOGIN_ID;

7: G_LAST_UPDATED_BY NUMBER(15) := FND_GLOBAL.USER_ID;
8: G_LAST_UPDATE_DATE DATE := SYSDATE;
9: G_CREATION_DATE DATE := SYSDATE;
10: G_CREATED_BY NUMBER(15) := FND_GLOBAL.USER_ID;
11: G_LAST_UPDATE_LOGIN NUMBER(15) := FND_GLOBAL.LOGIN_ID;
12:
13: -- -------------------------------------------------------------------------------------------------------
14: -- Procedures and Functions
15: -- -------------------------------------------------------------------------------------------------------

Line 112: l_resp_id := FND_GLOBAL.Resp_id;

108: END IF;
109:
110: p_return_status := FND_API.g_ret_sts_success;
111:
112: l_resp_id := FND_GLOBAL.Resp_id;
113:
114: -- Actions performed using the APIs would be subject to
115: -- function security. If the responsibility does not allow
116: -- such functions to be executed, the API should not proceed further

Line 1251: l_resp_id := FND_GLOBAL.Resp_id;

1247: G_PKG_NAME )
1248: THEN
1249: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1250: END IF;
1251: l_resp_id := FND_GLOBAL.Resp_id;
1252:
1253: -- Actions performed using the APIs would be subject to
1254: -- function security. If the responsibility does not allow
1255: -- such functions to be executed, the API should not proceed further

Line 1924: l_resp_id := FND_GLOBAL.Resp_id;

1920: G_PKG_NAME )
1921: THEN
1922: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1923: END IF;
1924: l_resp_id := FND_GLOBAL.Resp_id;
1925:
1926: -- Actions performed using the APIs would be subject to
1927: -- function security. If the responsibility does not allow
1928: -- such functions to be executed, the API should not proceed further

Line 2217: l_resp_id := FND_GLOBAL.Resp_id;

2213: THEN
2214: FND_MSG_PUB.initialize;
2215: END IF;
2216:
2217: l_resp_id := FND_GLOBAL.Resp_id;
2218:
2219: -- Actions performed using the APIs would be subject to
2220: -- function security. If the responsibility does not allow
2221: -- such functions to be executed, the API should not proceed further

Line 2603: l_resp_id := FND_GLOBAL.Resp_id;

2599: THEN
2600: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2601: END IF;
2602:
2603: l_resp_id := FND_GLOBAL.Resp_id;
2604:
2605: -- Actions performed using the APIs would be subject to
2606: -- function security. If the responsibility does not allow
2607: -- such functions to be executed, the API should not proceed further

Line 2972: l_resp_id := FND_GLOBAL.Resp_id;

2968: THEN
2969: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2970: END IF;
2971:
2972: l_resp_id := FND_GLOBAL.Resp_id;
2973:
2974: -- Actions performed using the APIs would be subject to
2975: -- function security. If the responsibility does not allow
2976: -- such functions to be executed, the API should not proceed further

Line 3305: l_resp_id := FND_GLOBAL.Resp_id;

3301: G_PKG_NAME )
3302: THEN
3303: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3304: END IF;
3305: l_resp_id := FND_GLOBAL.Resp_id;
3306:
3307: -- Actions performed using the APIs would be subject to
3308: -- function security. If the responsibility does not allow
3309: -- such functions to be executed, the API should not proceed further