DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on STANDARD

Line 375: l_op_resource_tbl(l_op_resource_tbl_index).Standard_Rate_Flag := l_wip_resource_row.Standard_Rate_Flag;

371: EAM_ActivityUtilities_PVT.Get_Cost_Activity(l_wip_resource_row.Activity_Id);
372: l_op_resource_tbl(l_op_resource_tbl_index).Schedule_Flag := l_wip_resource_row.Scheduled_Flag;
373: l_op_resource_tbl(l_op_resource_tbl_index).Assigned_Units := l_wip_resource_row.Assigned_Units;
374: l_op_resource_tbl(l_op_resource_tbl_index).Autocharge_Type := l_wip_resource_row.Autocharge_Type;
375: l_op_resource_tbl(l_op_resource_tbl_index).Standard_Rate_Flag := l_wip_resource_row.Standard_Rate_Flag;
376: l_op_resource_tbl(l_op_resource_tbl_index).Principle_Flag := l_wip_resource_row.Principle_Flag;
377:
378: l_op_resource_tbl(l_op_resource_tbl_index).Attribute_Category := l_wip_resource_row.Attribute_Category;
379: l_op_resource_tbl(l_op_resource_tbl_index).Attribute1 := l_wip_resource_row.Attribute1;

Line 962: -- Standard Start of API savepoint

958:
959:
960: -- ======================================================================
961: BEGIN
962: -- Standard Start of API savepoint
963: SAVEPOINT Create_Activity_PUB;
964: -- Standard call to check for call compatibility.
965: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
966: p_api_version ,

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

960: -- ======================================================================
961: BEGIN
962: -- Standard Start of API savepoint
963: SAVEPOINT Create_Activity_PUB;
964: -- Standard call to check for call compatibility.
965: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
966: p_api_version ,
967: l_api_name ,
968: G_PKG_NAME )

Line 1241: -- Standard check of p_commit.

1237:
1238: -- ======================================================================
1239:
1240: -- End of API body.
1241: -- Standard check of p_commit.
1242: IF FND_API.To_Boolean( p_commit ) THEN
1243: COMMIT WORK;
1244: END IF;
1245: -- Standard call to get message count and if count is 1, get message info.

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

1241: -- Standard check of p_commit.
1242: IF FND_API.To_Boolean( p_commit ) THEN
1243: COMMIT WORK;
1244: END IF;
1245: -- Standard call to get message count and if count is 1, get message info.
1246: FND_MSG_PUB.Count_And_Get
1247: ( p_count => x_msg_count ,
1248: p_data => x_msg_data
1249: );

Line 1404: -- Standard Start of API savepoint

1400: l_x_act_num_association_tbl EAM_Activity_PUB.Activity_Association_Tbl_Type;
1401: l_x_activity_association_tbl EAM_Activity_PUB.Activity_Association_Tbl_Type;
1402:
1403: BEGIN
1404: -- Standard Start of API savepoint
1405: SAVEPOINT Copy_Activity_PUB;
1406: -- Standard call to check for call compatibility.
1407: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1408: p_api_version ,

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

1402:
1403: BEGIN
1404: -- Standard Start of API savepoint
1405: SAVEPOINT Copy_Activity_PUB;
1406: -- Standard call to check for call compatibility.
1407: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1408: p_api_version ,
1409: l_api_name ,
1410: G_PKG_NAME )

Line 1807: -- Standard check of p_commit.

1803: -- ======================================================================
1804:
1805:
1806: -- End of API body.
1807: -- Standard check of p_commit.
1808: IF FND_API.To_Boolean( p_commit ) THEN
1809: COMMIT WORK;
1810: END IF;
1811: -- Standard call to get message count and if count is 1, get message info.

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

1807: -- Standard check of p_commit.
1808: IF FND_API.To_Boolean( p_commit ) THEN
1809: COMMIT WORK;
1810: END IF;
1811: -- Standard call to get message count and if count is 1, get message info.
1812: FND_MSG_PUB.Count_And_Get
1813: ( p_count => x_msg_count ,
1814: p_data => x_msg_data
1815: );

Line 2149: -- Standard Start of API savepoint

2145: l_x_master_item_return_status VARCHAR2(1);
2146: l_x_master_item_error_tbl INV_Item_GRP.Error_tbl_type;
2147:
2148: BEGIN
2149: -- Standard Start of API savepoint
2150: SAVEPOINT Create_Act_With_Templ_PUB;
2151: -- Standard call to check for call compatibility.
2152: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2153: p_api_version ,

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

2147:
2148: BEGIN
2149: -- Standard Start of API savepoint
2150: SAVEPOINT Create_Act_With_Templ_PUB;
2151: -- Standard call to check for call compatibility.
2152: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2153: p_api_version ,
2154: l_api_name ,
2155: G_PKG_NAME )

Line 2292: -- Standard check of p_commit.

2288:
2289: -- =============================================================
2290:
2291: -- End of API body.
2292: -- Standard check of p_commit.
2293: IF FND_API.To_Boolean( p_commit ) THEN
2294: COMMIT WORK;
2295: END IF;
2296: -- Standard call to get message count and if count is 1, get message info.

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

2292: -- Standard check of p_commit.
2293: IF FND_API.To_Boolean( p_commit ) THEN
2294: COMMIT WORK;
2295: END IF;
2296: -- Standard call to get message count and if count is 1, get message info.
2297: FND_MSG_PUB.Count_And_Get
2298: ( p_count => x_msg_count ,
2299: p_data => x_msg_data
2300: );

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

2948:
2949:
2950: BEGIN
2951: SAVEPOINT EAM_Activity_PUB;
2952: -- Standard call to check for call compatibility.
2953: --EAM_ActivityUtilities_PVT.Open_Debug_Session;
2954: IF NOT fnd_api.compatible_api_call(
2955: l_api_version
2956: ,p_api_version

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

3125: RAISE FND_API.G_EXC_ERROR;
3126: END IF;
3127:
3128:
3129: -- Standard call to get message count and if count is 1, get message info.
3130: --fnd_msg_pub.count_and_get(p_count => x_msg_count
3131: -- ,p_data => x_msg_data);
3132: -- commented for BUG# 5484686
3133: