DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on STANDARD

Line 27: -- Standard Parameters --

23:
24:
25: --*********************** Public procedures ******************************--
26: PROCEDURE update_desc(
27: -- Standard Parameters --
28: p_api_version IN NUMBER,
29: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
30: p_commit IN VARCHAR2 := FND_API.G_FALSE,
31: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 1366: -- Standard Parameters --

1362: END update_row;
1363:
1364:
1365: PROCEDURE update_invoice_desc(
1366: -- Standard Parameters --
1367: p_api_version IN NUMBER,
1368: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
1369: p_commit IN VARCHAR2 := FND_API.G_FALSE,
1370: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 1426: -- Standard call to check for API call compatibility.

1422: fa_debug_pkg.initialize;
1423: end if;
1424:
1425: -- Check version of the API
1426: -- Standard call to check for API call compatibility.
1427: if (NOT fnd_api.compatible_api_call (
1428: G_API_VERSION,
1429: p_api_version,
1430: G_API_NAME,

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

1935: if (fnd_api.to_boolean (p_commit)) then
1936: COMMIT WORK;
1937: end if;
1938:
1939: -- Standard call to get message count and if count is 1 get message info.
1940: fnd_msg_pub.count_and_get (
1941: p_count => x_msg_count,
1942: p_data => x_msg_data
1943: );

Line 1980: -- Standard Parameters --

1976:
1977: END update_invoice_desc;
1978:
1979: PROCEDURE update_retirement_desc(
1980: -- Standard Parameters --
1981: p_api_version IN NUMBER,
1982: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
1983: p_commit IN VARCHAR2 := FND_API.G_FALSE,
1984: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 2035: -- Standard call to check for API call compatibility.

2031: fa_debug_pkg.initialize;
2032: end if;
2033:
2034: -- Check version of the API
2035: -- Standard call to check for API call compatibility.
2036: if (NOT fnd_api.compatible_api_call (
2037: G_API_VERSION,
2038: p_api_version,
2039: G_API_NAME,

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

2637: if (fnd_api.to_boolean (p_commit)) then
2638: COMMIT WORK;
2639: end if;
2640:
2641: -- Standard call to get message count and if count is 1 get message info.
2642: fnd_msg_pub.count_and_get (
2643: p_count => x_msg_count,
2644: p_data => x_msg_data
2645: );