DBA Data[Home] [Help]

APPS.PA_AGREEMENT_PUB dependencies on FND_GLOBAL

Line 9: G_USER_ID CONSTANT NUMBER := FND_GLOBAL.user_id;

5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PA_AGREEMENT_PUB';
6: G_AGREEMENT_CODE CONSTANT VARCHAR2(9) := 'AGREEMENT';
7:
8: --PACKAGE GLOBAL to be used during updates ---------------------------
9: G_USER_ID CONSTANT NUMBER := FND_GLOBAL.user_id;
10: G_LOGIN_ID CONSTANT NUMBER := FND_GLOBAL.login_id;
11:
12: -- ============================================================================
13: --

Line 10: G_LOGIN_ID CONSTANT NUMBER := FND_GLOBAL.login_id;

6: G_AGREEMENT_CODE CONSTANT VARCHAR2(9) := 'AGREEMENT';
7:
8: --PACKAGE GLOBAL to be used during updates ---------------------------
9: G_USER_ID CONSTANT NUMBER := FND_GLOBAL.user_id;
10: G_LOGIN_ID CONSTANT NUMBER := FND_GLOBAL.login_id;
11:
12: -- ============================================================================
13: --
14: --Name: create_agreement

Line 92: l_resp_id := FND_GLOBAL.Resp_id;

88:
89: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
90:
91: END IF;
92: l_resp_id := FND_GLOBAL.Resp_id;
93:
94: -- Actions performed using the APIs would be subject to
95: -- function security. If the responsibility does not allow
96: -- such functions to be executed, the API should not proceed further

Line 1008: l_resp_id := FND_GLOBAL.Resp_id;

1004:
1005: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1006:
1007: END IF;
1008: l_resp_id := FND_GLOBAL.Resp_id;
1009:
1010: -- Actions performed using the APIs would be subject to
1011: -- function security. If the responsibility does not allow
1012: -- such functions to be executed, the API should not proceed further

Line 1323: l_resp_id := FND_GLOBAL.Resp_id;

1319:
1320: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1321:
1322: END IF;
1323: l_resp_id := FND_GLOBAL.Resp_id;
1324:
1325: -- Actions performed using the APIs would be subject to
1326: -- function security. If the responsibility does not allow
1327: -- such functions to be executed, the API should not proceed further

Line 2078: l_resp_id := FND_GLOBAL.Resp_id;

2074:
2075: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2076:
2077: END IF;
2078: l_resp_id := FND_GLOBAL.Resp_id;
2079:
2080: -- Actions performed using the APIs would be subject to
2081: -- function security. If the responsibility does not allow
2082: -- such functions to be executed, the API should not proceed further

Line 2816: l_resp_id := FND_GLOBAL.Resp_id;

2812:
2813: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2814:
2815: END IF;
2816: l_resp_id := FND_GLOBAL.Resp_id;
2817:
2818:
2819: -- This call is added for patchset K project role based security check
2820:

Line 3219: l_resp_id := FND_GLOBAL.Resp_id;

3215:
3216: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3217:
3218: END IF;
3219: l_resp_id := FND_GLOBAL.Resp_id;
3220:
3221: -- This call is added for patchset K project role based security check
3222:
3223: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := p_project_id;

Line 3823: l_resp_id := FND_GLOBAL.Resp_id;

3819:
3820: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3821:
3822: END IF;
3823: l_resp_id := FND_GLOBAL.Resp_id;
3824:
3825: -- Actions performed using the APIs would be subject to
3826: -- function security. If the responsibility does not allow
3827: -- such functions to be executed, the API should not proceed further

Line 4033: l_resp_id := FND_GLOBAL.Resp_id;

4029:
4030: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4031:
4032: END IF;
4033: l_resp_id := FND_GLOBAL.Resp_id;
4034:
4035: -- Actions performed using the APIs would be subject to
4036: -- function security. If the responsibility does not allow
4037: -- such functions to be executed, the API should not proceed further

Line 4195: l_resp_id := FND_GLOBAL.Resp_id;

4191:
4192: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4193:
4194: END IF;
4195: l_resp_id := FND_GLOBAL.Resp_id;
4196:
4197: -- Actions performed using the APIs would be subject to
4198: -- function security. If the responsibility does not allow
4199: -- such functions to be executed, the API should not proceed further

Line 4378: l_resp_id := FND_GLOBAL.Resp_id;

4374:
4375: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4376:
4377: END IF;
4378: l_resp_id := FND_GLOBAL.Resp_id;
4379:
4380: -- Actions performed using the APIs would be subject to
4381: -- function security. If the responsibility does not allow
4382: -- such functions to be executed, the API should not proceed further

Line 4546: l_resp_id := FND_GLOBAL.Resp_id;

4542:
4543: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4544:
4545: END IF;
4546: l_resp_id := FND_GLOBAL.Resp_id;
4547:
4548: -- Actions performed using the APIs would be subject to
4549: -- function security. If the responsibility does not allow
4550: -- such functions to be executed, the API should not proceed further

Line 4748: l_resp_id := FND_GLOBAL.Resp_id;

4744:
4745: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4746:
4747: END IF;
4748: l_resp_id := FND_GLOBAL.Resp_id;
4749:
4750: -- Actions performed using the APIs would be subject to
4751: -- function security. If the responsibility does not allow
4752: -- such functions to be executed, the API should not proceed further

Line 5022: l_resp_id := FND_GLOBAL.Resp_id;

5018:
5019: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5020:
5021: END IF;
5022: l_resp_id := FND_GLOBAL.Resp_id;
5023:
5024: -- This call is added for patchset K project role based security check
5025:
5026: PA_INTERFACE_UTILS_PUB.G_PROJECt_ID := p_project_id;

Line 5374: l_resp_id := FND_GLOBAL.Resp_id;

5370:
5371: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5372:
5373: END IF;
5374: l_resp_id := FND_GLOBAL.Resp_id;
5375:
5376: -- Get the project id from this project funding line
5377:
5378: l_project_id := pa_agreement_utils.get_project_id(p_funding_id => p_funding_id,

Line 5660: l_resp_id := FND_GLOBAL.Resp_id;

5656:
5657: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5658:
5659: END IF;
5660: l_resp_id := FND_GLOBAL.Resp_id;
5661:
5662: -- This call is added for patchset K project role based security check
5663:
5664: PA_INTERFACE_UTILS_PUB.G_PROJECT_ID := p_project_id;

Line 6086: l_resp_id := FND_GLOBAL.Resp_id;

6082:
6083: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6084:
6085: END IF;
6086: l_resp_id := FND_GLOBAL.Resp_id;
6087:
6088: Pa_project_pvt.Convert_pm_projref_to_id (
6089: p_pm_project_reference => p_pm_project_reference,
6090: p_pa_project_id => p_pa_project_id,