DBA Data[Home] [Help]

APPS.JTF_PERZ_LF_PVT dependencies on STANDARD

Line 903: -- Following variables are needed to adhere to standards

899: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
900: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
901: )IS
902: -- ******* Create_lf_object Local Variables ********
903: -- Following variables are needed to adhere to standards
904: l_api_version_number NUMBER := p_api_version_number;
905: l_api_name CONSTANT VARCHAR2(30) := 'Create_lf_Object';
906:
907: -- Following variables are needed for implementation

Line 943: -- *******Create_lf_object Standard Begins ********

939: -- For each map id
940: -- Create object map
941: -- Create a value rec
942:
943: -- *******Create_lf_object Standard Begins ********
944:
945: -- Standard Start of API savepoint
946: SAVEPOINT CREATE_PERZ_LF_PVT;
947:

Line 945: -- Standard Start of API savepoint

941: -- Create a value rec
942:
943: -- *******Create_lf_object Standard Begins ********
944:
945: -- Standard Start of API savepoint
946: SAVEPOINT CREATE_PERZ_LF_PVT;
947:
948: -- Standard call to check for call compatibility.
949: -- IF NOT FND_API.Compatible_API_Call (

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

944:
945: -- Standard Start of API savepoint
946: SAVEPOINT CREATE_PERZ_LF_PVT;
947:
948: -- Standard call to check for call compatibility.
949: -- IF NOT FND_API.Compatible_API_Call (
950: -- l_api_version_number,
951: -- p_api_version_number,
952: -- l_api_name,

Line 1148: -- ******** Standard Ends ***********

1144: end if;
1145: END LOOP;
1146: x_object_id := l_object_id;
1147:
1148: -- ******** Standard Ends ***********
1149: --
1150: -- End of API body.
1151: --
1152: -- 7. Commit the whole thing

Line 1154: -- Standard check of p_commit.

1150: -- End of API body.
1151: --
1152: -- 7. Commit the whole thing
1153:
1154: -- Standard check of p_commit.
1155: IF FND_API.To_Boolean ( p_commit )
1156: THEN
1157: COMMIT WORK;
1158: END IF;

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

1157: COMMIT WORK;
1158: END IF;
1159:
1160: -- Debug Message
1161: -- Standard call to get message count and if count is 1, get message info.
1162: FND_MSG_PUB.Count_And_Get (
1163: p_count => x_msg_count,
1164: p_data => x_msg_data
1165: );

Line 1292: -- ******* Update_lf_object Local Variables - Standards ********

1288: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
1289: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1290: )IS
1291:
1292: -- ******* Update_lf_object Local Variables - Standards ********
1293: l_api_name VARCHAR2(60) := 'Update Object';
1294: l_api_version_number NUMBER := p_api_version_number;
1295:
1296: -- ******* Update_lf_object Local Variables ********

Line 1346: -- ******* Standard Begins ********

1342: --
1343: --
1344: --5. Commit the whole thing
1345:
1346: -- ******* Standard Begins ********
1347:
1348: -- Standard Start of API savepoint
1349: SAVEPOINT UPDATE_PERZ_LF_PVT;
1350:

Line 1348: -- Standard Start of API savepoint

1344: --5. Commit the whole thing
1345:
1346: -- ******* Standard Begins ********
1347:
1348: -- Standard Start of API savepoint
1349: SAVEPOINT UPDATE_PERZ_LF_PVT;
1350:
1351: -- Standard call to check for call compatibility.
1352: --IF NOT FND_API.Compatible_API_Call

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

1347:
1348: -- Standard Start of API savepoint
1349: SAVEPOINT UPDATE_PERZ_LF_PVT;
1350:
1351: -- Standard call to check for call compatibility.
1352: --IF NOT FND_API.Compatible_API_Call
1353: --( l_api_version_number, p_api_version_number,
1354: -- l_api_name, G_PKG_NAME) THEN
1355: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1654: -- Standard check of p_commit.

1650: -- End of API body.
1651: --
1652: -- 5. Commit the whole thing
1653:
1654: -- Standard check of p_commit.
1655: IF FND_API.To_Boolean ( p_commit ) THEN
1656: COMMIT WORK;
1657: END IF;
1658:

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

1656: COMMIT WORK;
1657: END IF;
1658:
1659: -- Debug Message
1660: -- Standard call to get message count and if count is 1, get message info.
1661: FND_MSG_PUB.Count_And_Get(
1662: p_count => x_msg_count,
1663: p_data => x_msg_data
1664: );

Line 1788: -- ******* save_lf_object Local Variables - for standards ********

1784: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
1785: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
1786: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1787: )IS
1788: -- ******* save_lf_object Local Variables - for standards ********
1789: l_api_name VARCHAR2(60) := 'Save LF Object';
1790: l_api_version_number NUMBER := p_api_version_number;
1791:
1792: -- ******* save_lf_object Local Variables - for implementation ********

Line 1837: -- ******* Standard Begins ********

1833: -- 2.2 if not, call create_lf_object()
1834: -- 3. Commit the whole thing
1835:
1836:
1837: -- ******* Standard Begins ********
1838:
1839: -- Standard Start of API savepoint
1840: SAVEPOINT save_lf_object;
1841:

Line 1839: -- Standard Start of API savepoint

1835:
1836:
1837: -- ******* Standard Begins ********
1838:
1839: -- Standard Start of API savepoint
1840: SAVEPOINT save_lf_object;
1841:
1842: -- Standard call to check for call compatibility.
1843: IF NOT FND_API.Compatible_API_Call

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

1838:
1839: -- Standard Start of API savepoint
1840: SAVEPOINT save_lf_object;
1841:
1842: -- Standard call to check for call compatibility.
1843: IF NOT FND_API.Compatible_API_Call
1844: ( l_api_version_number,
1845: p_api_version_number,
1846: l_api_name,

Line 2093: -- ******** Standard Ends ***********

2089: end if;
2090:
2091: -- 3. Commit the whole thing
2092:
2093: -- ******** Standard Ends ***********
2094: --
2095: -- End of API body.
2096: --
2097:

Line 2098: -- Standard check of p_commit.

2094: --
2095: -- End of API body.
2096: --
2097:
2098: -- Standard check of p_commit.
2099: IF FND_API.To_Boolean ( p_commit )
2100: THEN
2101: COMMIT WORK;
2102: END IF;

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

2101: COMMIT WORK;
2102: END IF;
2103:
2104: -- Debug Message
2105: -- Standard call to get message count and if count is 1, get message info.
2106: FND_MSG_PUB.Count_And_Get
2107: ( p_count => x_msg_count,
2108: p_data => x_msg_data
2109: );

Line 2213: -- local variable in get_lf_object to adhere to standards

2209: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
2210: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
2211: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2212: )IS
2213: -- local variable in get_lf_object to adhere to standards
2214:
2215: l_api_version_number NUMBER := p_api_version_number;
2216: l_api_name CONSTANT VARCHAR2(30)
2217: := 'Get LF Object';

Line 2218: -- local variable in get_lf_object to adhere to standards

2214:
2215: l_api_version_number NUMBER := p_api_version_number;
2216: l_api_name CONSTANT VARCHAR2(30)
2217: := 'Get LF Object';
2218: -- local variable in get_lf_object to adhere to standards
2219: l_profile_id NUMBER := NULL;
2220: l_return_status VARCHAR2(240) := FND_API.G_RET_STS_SUCCESS;
2221: l_profile_name VARCHAR2(60) := NULL;
2222: l_object_name VARCHAR2(60) := p_object_name;

Line 2437: -- ******* Standard Begins ********

2433: -- 4. If get_children_flag is not
2434: -- select the info depensing on the profile, object and
2435: -- application ids.
2436:
2437: -- ******* Standard Begins ********
2438:
2439: -- Standard call to check for call compatibility.
2440: -- IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME)
2441: -- THEN

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

2435: -- application ids.
2436:
2437: -- ******* Standard Begins ********
2438:
2439: -- Standard call to check for call compatibility.
2440: -- IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME)
2441: -- THEN
2442: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2443: -- END IF;

Line 2947: -- ******* Standard Begins Get_lf_object_type********

2943: -- 2. return the output returned by the above function
2944: -- along with appropriate return status.
2945: --
2946:
2947: -- ******* Standard Begins Get_lf_object_type********
2948:
2949: -- Standard call to check for call compatibility.
2950: IF NOT FND_API.Compatible_API_Call
2951: ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME)

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

2945: --
2946:
2947: -- ******* Standard Begins Get_lf_object_type********
2948:
2949: -- Standard call to check for call compatibility.
2950: IF NOT FND_API.Compatible_API_Call
2951: ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME)
2952: THEN
2953: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3052: -- Following variables are needed to adhere to standards

3048: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
3049: )IS
3050:
3051: -- ******* Local Variables ********
3052: -- Following variables are needed to adhere to standards
3053: l_api_version_number NUMBER := p_api_version_number;
3054: l_api_name CONSTANT VARCHAR2(30) := 'Save Object Type';
3055:
3056: -- Following variables are needed to implement this procedure

Line 3091: -- ******* Standard Begins ********

3087: -- else
3088: -- create the attribute that is not present in the DB
3089: -- create the object type - attribute map
3090:
3091: -- ******* Standard Begins ********
3092:
3093: -- Standard Start of API savepoint
3094: SAVEPOINT SAVE_PERZ_LF_TYPE_PVT;
3095:

Line 3093: -- Standard Start of API savepoint

3089: -- create the object type - attribute map
3090:
3091: -- ******* Standard Begins ********
3092:
3093: -- Standard Start of API savepoint
3094: SAVEPOINT SAVE_PERZ_LF_TYPE_PVT;
3095:
3096: -- Standard call to check for call compatibility.
3097: -- IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME)

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

3092:
3093: -- Standard Start of API savepoint
3094: SAVEPOINT SAVE_PERZ_LF_TYPE_PVT;
3095:
3096: -- Standard call to check for call compatibility.
3097: -- IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME)
3098: -- THEN
3099: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3100: -- END IF;

Line 3313: -- ******** Standard Ends ***********

3309:
3310: end if;
3311: end if;
3312:
3313: -- ******** Standard Ends ***********
3314: --
3315: -- End of API body.
3316: --
3317: -- 7. Commit the whole thing

Line 3319: -- Standard check of p_commit.

3315: -- End of API body.
3316: --
3317: -- 7. Commit the whole thing
3318:
3319: -- Standard check of p_commit.
3320: IF FND_API.To_Boolean ( p_commit )
3321: THEN
3322: COMMIT WORK;
3323: END IF;

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

3322: COMMIT WORK;
3323: END IF;
3324:
3325: -- Debug Message
3326: -- Standard call to get message count and if count is 1, get message info.
3327: FND_MSG_PUB.Count_And_Get
3328: ( p_count => x_msg_count,
3329: p_data => x_msg_data
3330: );