DBA Data[Home] [Help]

APPS.PA_PROJECT_ASSETS_PUB dependencies on STANDARD

Line 333: -- Standard begin of API savepoint

329: segname FND_ID_FLEX_SEGMENTS.SEGMENT_NAME%TYPE;
330:
331: BEGIN
332:
333: -- Standard begin of API savepoint
334: SAVEPOINT add_project_asset_pub;
335:
336:
337: -- Initialize the message table if requested.

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

344: p_return_status := FND_API.G_RET_STS_SUCCESS;
345:
346:
347:
348: -- Standard call to check for call compatibility.
349: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
350: p_api_version_number ,
351: l_api_name ,
352: G_PKG_NAME )

Line 2071: -- Standard begin of API savepoint

2067:
2068:
2069: BEGIN
2070:
2071: -- Standard begin of API savepoint
2072: SAVEPOINT add_asset_assignment_pub;
2073:
2074:
2075: -- Standard call to check for call compatibility.

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

2071: -- Standard begin of API savepoint
2072: SAVEPOINT add_asset_assignment_pub;
2073:
2074:
2075: -- Standard call to check for call compatibility.
2076: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2077: p_api_version_number ,
2078: l_api_name ,
2079: G_PKG_NAME ) THEN

Line 3182: -- Standard begin of API savepoint

3178:
3179:
3180: BEGIN
3181:
3182: -- Standard begin of API savepoint
3183: SAVEPOINT update_project_asset_pub;
3184:
3185:
3186: -- Standard call to check for call compatibility.

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

3182: -- Standard begin of API savepoint
3183: SAVEPOINT update_project_asset_pub;
3184:
3185:
3186: -- Standard call to check for call compatibility.
3187: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3188: p_api_version_number ,
3189: l_api_name ,
3190: G_PKG_NAME ) THEN

Line 3424: --Standard validation functionality in AMG seems to be inconsistent when a NULL value

3420:
3421: --Fields where the PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR (_NUM, _DATE) is specified are
3422: --never updated, since this implies the parameter was not passed at all.
3423: --
3424: --Standard validation functionality in AMG seems to be inconsistent when a NULL value
3425: --is passed as a parameter. In some instances AMG will update the field with a NULL, and
3426: --in other instances AMG will ignore fields for which NULL has been specified. This
3427: --implies that the AMG user can never "NULL out" a field once it has a value using AMG.
3428: --It does have the benefit that the user can specify only the fields they wish to change,

Line 3434: --For now I will follow this standard and not update fields with NULL when NULL is sent in

3430: --values sent in were actually updated with NULL, where valid and not required. The AMG
3431: --user could then send the PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR (_NUM, _DATE) value when
3432: --they intend for no update of that field.
3433: --
3434: --For now I will follow this standard and not update fields with NULL when NULL is sent in
3435: --the parameter unless otherwise indicated. Since no updates with NULLs will be done, I will
3436: --also not validate NULL values or issue errors when required fields have NULL specified.
3437:
3438:

Line 5852: -- Standard begin of API savepoint

5848:
5849:
5850: BEGIN
5851:
5852: -- Standard begin of API savepoint
5853: SAVEPOINT load_asset_assignment_pub;
5854:
5855:
5856: -- Standard call to check for call compatibility.

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

5852: -- Standard begin of API savepoint
5853: SAVEPOINT load_asset_assignment_pub;
5854:
5855:
5856: -- Standard call to check for call compatibility.
5857: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5858: p_api_version_number ,
5859: l_api_name ,
5860: G_PKG_NAME ) THEN

Line 6001: -- Standard begin of API savepoint

5997:
5998:
5999: BEGIN
6000:
6001: -- Standard begin of API savepoint
6002: SAVEPOINT load_project_asset_pub;
6003:
6004:
6005: -- Standard call to check for call compatibility.

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

6001: -- Standard begin of API savepoint
6002: SAVEPOINT load_project_asset_pub;
6003:
6004:
6005: -- Standard call to check for call compatibility.
6006: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
6007: p_api_version_number ,
6008: l_api_name ,
6009: G_PKG_NAME ) THEN

Line 6182: -- Standard begin of API savepoint

6178:
6179:
6180: BEGIN
6181:
6182: -- Standard begin of API savepoint
6183: SAVEPOINT execute_add_project_asset_pub;
6184:
6185:
6186: -- Standard call to check for call compatibility.

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

6182: -- Standard begin of API savepoint
6183: SAVEPOINT execute_add_project_asset_pub;
6184:
6185:
6186: -- Standard call to check for call compatibility.
6187: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
6188: p_api_version_number ,
6189: l_api_name ,
6190: G_PKG_NAME ) THEN

Line 6757: -- Standard begin of API savepoint

6753: v_asset_can_be_deleted NUMBER := 0;
6754:
6755: BEGIN
6756:
6757: -- Standard begin of API savepoint
6758: SAVEPOINT delete_project_asset_pub;
6759:
6760:
6761: -- Standard call to check for call compatibility.

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

6757: -- Standard begin of API savepoint
6758: SAVEPOINT delete_project_asset_pub;
6759:
6760:
6761: -- Standard call to check for call compatibility.
6762: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
6763: p_api_version_number ,
6764: l_api_name ,
6765: G_PKG_NAME ) THEN

Line 7165: -- Standard begin of API savepoint

7161:
7162:
7163: BEGIN
7164:
7165: -- Standard begin of API savepoint
7166: SAVEPOINT delete_asset_assignment_pub;
7167:
7168:
7169: -- Standard call to check for call compatibility.

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

7165: -- Standard begin of API savepoint
7166: SAVEPOINT delete_asset_assignment_pub;
7167:
7168:
7169: -- Standard call to check for call compatibility.
7170: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
7171: p_api_version_number ,
7172: l_api_name ,
7173: G_PKG_NAME ) THEN