DBA Data[Home] [Help]

APPS.AS_SCN_FORECAST_PUB dependencies on STANDARD

Line 14: -- p_api_version_number IN NUMBER (Standard)

10: --
11: -- Pre-reqs:
12: --
13: -- IN PARAMETERS:
14: -- p_api_version_number IN NUMBER (Standard)
15: -- p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE (Standard)
16: -- p_check_access_flag IN VARCHAR2 (Standard - "Y" by default) to verify the access.
17: -- p_resource_id IN NUMBER (resource_id for which forecast needs to be collected
18: -- p_quota_id IN NUMBER (Plan Element ID )

Line 15: -- p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE (Standard)

11: -- Pre-reqs:
12: --
13: -- IN PARAMETERS:
14: -- p_api_version_number IN NUMBER (Standard)
15: -- p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE (Standard)
16: -- p_check_access_flag IN VARCHAR2 (Standard - "Y" by default) to verify the access.
17: -- p_resource_id IN NUMBER (resource_id for which forecast needs to be collected
18: -- p_quota_id IN NUMBER (Plan Element ID )
19: -- p_period_name IN VARCHAR2 ( period name as in OSO)

Line 16: -- p_check_access_flag IN VARCHAR2 (Standard - "Y" by default) to verify the access.

12: --
13: -- IN PARAMETERS:
14: -- p_api_version_number IN NUMBER (Standard)
15: -- p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE (Standard)
16: -- p_check_access_flag IN VARCHAR2 (Standard - "Y" by default) to verify the access.
17: -- p_resource_id IN NUMBER (resource_id for which forecast needs to be collected
18: -- p_quota_id IN NUMBER (Plan Element ID )
19: -- p_period_name IN VARCHAR2 ( period name as in OSO)
20: -- p_to_currency_code IN VARCHAR2 ( currency code in which you want to see the amounts)

Line 23: -- x_return_status: (API standard)

19: -- p_period_name IN VARCHAR2 ( period name as in OSO)
20: -- p_to_currency_code IN VARCHAR2 ( currency code in which you want to see the amounts)
21:
22: -- OUT PARAMETERS
23: -- x_return_status: (API standard)
24: -- x_msg_count: (API standard)
25: -- x_msg_data: (API standard)
26: -- x_forecast_amount_tbl - forecast out put for every sales category
27: --

Line 24: -- x_msg_count: (API standard)

20: -- p_to_currency_code IN VARCHAR2 ( currency code in which you want to see the amounts)
21:
22: -- OUT PARAMETERS
23: -- x_return_status: (API standard)
24: -- x_msg_count: (API standard)
25: -- x_msg_data: (API standard)
26: -- x_forecast_amount_tbl - forecast out put for every sales category
27: --
28: -- Version: Current version 2.0

Line 25: -- x_msg_data: (API standard)

21:
22: -- OUT PARAMETERS
23: -- x_return_status: (API standard)
24: -- x_msg_count: (API standard)
25: -- x_msg_data: (API standard)
26: -- x_forecast_amount_tbl - forecast out put for every sales category
27: --
28: -- Version: Current version 2.0
29: --

Line 57: -- Standard call to check for call compatibility.

53: l_return_status VARCHAR2(1);
54: l_status_code VARCHAR2(30);
55:
56: BEGIN
57: -- Standard call to check for call compatibility.
58: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
59: p_api_version_number,
60: l_api_name,
61: G_PKG_NAME) THEN

Line 95: -- Standard call to get message count and if count is 1, get message info.

91:
92: --
93: -- End of API body
94: --
95: -- Standard call to get message count and if count is 1, get message info.
96: FND_MSG_PUB.Count_And_Get
97: ( p_count => x_msg_count,
98: p_data => x_msg_data);
99: