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 1405: -- Standard Parameters --

1401: END update_row;
1402:
1403:
1404: PROCEDURE update_invoice_desc(
1405: -- Standard Parameters --
1406: p_api_version IN NUMBER,
1407: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
1408: p_commit IN VARCHAR2 := FND_API.G_FALSE,
1409: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

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

1462: fa_debug_pkg.initialize;
1463: end if;
1464:
1465: -- Check version of the API
1466: -- Standard call to check for API call compatibility.
1467: if (NOT fnd_api.compatible_api_call (
1468: G_API_VERSION,
1469: p_api_version,
1470: G_API_NAME,

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

1986: -- Reset the gl_sob profile to this book
1987: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
1988: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);
1989:
1990: -- Standard call to get message count and if count is 1 get message info.
1991: fnd_msg_pub.count_and_get (
1992: p_count => x_msg_count,
1993: p_data => x_msg_data
1994: );

Line 2041: -- Standard Parameters --

2037:
2038: END update_invoice_desc;
2039:
2040: PROCEDURE update_retirement_desc(
2041: -- Standard Parameters --
2042: p_api_version IN NUMBER,
2043: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
2044: p_commit IN VARCHAR2 := FND_API.G_FALSE,
2045: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

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

2092: fa_debug_pkg.initialize;
2093: end if;
2094:
2095: -- Check version of the API
2096: -- Standard call to check for API call compatibility.
2097: if (NOT fnd_api.compatible_api_call (
2098: G_API_VERSION,
2099: p_api_version,
2100: G_API_NAME,

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

2713: -- Reset the gl_sob profile to this book
2714: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
2715: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);
2716:
2717: -- Standard call to get message count and if count is 1 get message info.
2718: fnd_msg_pub.count_and_get (
2719: p_count => x_msg_count,
2720: p_data => x_msg_data
2721: );