DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_UTILITY_PVT dependencies on EAM_PROCESS_WO_PUB

Line 44: , x_eam_sub_res_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_sub_res_rec_type

40: ( p_wip_entity_id IN NUMBER
41: , p_organization_id IN NUMBER
42: , p_operation_seq_num IN NUMBER
43: , p_resource_seq_num IN NUMBER
44: , x_eam_sub_res_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_sub_res_rec_type
45: , x_Return_status OUT NOCOPY VARCHAR2
46: )
47: IS
48: l_eam_sub_res_rec EAM_PROCESS_WO_PUB.eam_sub_res_rec_type;

Line 48: l_eam_sub_res_rec EAM_PROCESS_WO_PUB.eam_sub_res_rec_type;

44: , x_eam_sub_res_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_sub_res_rec_type
45: , x_Return_status OUT NOCOPY VARCHAR2
46: )
47: IS
48: l_eam_sub_res_rec EAM_PROCESS_WO_PUB.eam_sub_res_rec_type;
49: l_return_status VARCHAR2(1):= FND_API.G_RET_STS_SUCCESS;
50: l_dummy VARCHAR2(10);
51: BEGIN
52:

Line 170: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type

166: * wip_sub_operation_resources table.
167: *********************************************************************/
168:
169: PROCEDURE Insert_Row
170: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type
171: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
172: , x_return_Status OUT NOCOPY VARCHAR2
173: )
174: IS

Line 310: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type

306: * wip_sub_operation_resources table.
307: *********************************************************************/
308:
309: PROCEDURE Update_Row
310: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type
311: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
312: , x_return_Status OUT NOCOPY VARCHAR2
313: )
314: IS

Line 385: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type

381: * wip_sub_operation_resources table.
382: *********************************************************************/
383:
384: PROCEDURE Delete_Row
385: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type
386: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
387: , x_return_Status OUT NOCOPY VARCHAR2
388: )
389: IS

Line 431: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type

427: * writes to the wip_operations.
428: *********************************************************************/
429:
430: PROCEDURE Perform_Writes
431: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type
432: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
433: , x_return_status OUT NOCOPY VARCHAR2
434: )
435: IS