DBA Data[Home] [Help]

APPS.WIP_DEFAULT_RES dependencies on WIP_OPERATION_RESOURCES

Line 206: /* Private Procedure that will populate all the attributes from WIP_OPERATION_RESOURCES. Populating each attribute individually will be a performance hit, so call this procedure in all the attributes it populates. */

202: END get_rti_attr;
203:
204:
205:
206: /* Private Procedure that will populate all the attributes from WIP_OPERATION_RESOURCES. Populating each attribute individually will be a performance hit, so call this procedure in all the attributes it populates. */
207:
208: PROCEDURE get_wor_attr
209: IS
210: l_activity_id NUMBER := FND_API.G_MISS_NUM;

Line 240: FROM wip_operation_resources

236: , l_basis_type
237: , l_autocharge_type
238: , l_uom_code
239: , l_std_rate_flag
240: FROM wip_operation_resources
241: WHERE wip_entity_id = g_Res_rec.wip_entity_id
242: AND organization_id = g_Res_rec.organization_id
243: AND operation_seq_num = g_Res_rec.operation_seq_num
244: AND resource_seq_num = g_Res_rec.resource_seq_num