DBA Data[Home] [Help]

APPS.EAM_RES_UTILITY_PVT dependencies on EAM_PROCESS_WO_PUB

Line 43: , x_eam_res_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_rec_type

39: ( p_wip_entity_id IN NUMBER
40: , p_organization_id IN NUMBER
41: , p_operation_seq_num IN NUMBER
42: , p_resource_seq_num IN NUMBER
43: , x_eam_res_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_rec_type
44: , x_Return_status OUT NOCOPY VARCHAR2
45: )
46: IS
47: l_eam_res_rec EAM_PROCESS_WO_PUB.eam_res_rec_type;

Line 47: l_eam_res_rec EAM_PROCESS_WO_PUB.eam_res_rec_type;

43: , x_eam_res_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_rec_type
44: , x_Return_status OUT NOCOPY VARCHAR2
45: )
46: IS
47: l_eam_res_rec EAM_PROCESS_WO_PUB.eam_res_rec_type;
48: l_return_status VARCHAR2(1):= FND_API.G_RET_STS_SUCCESS;
49: l_dummy varchar2(10);
50: BEGIN
51:

Line 155: ( p_eam_res_rec IN EAM_PROCESS_WO_PUB.eam_res_rec_type

151: * win_operation_resources table.
152: *********************************************************************/
153:
154: PROCEDURE Insert_Row
155: ( p_eam_res_rec IN EAM_PROCESS_WO_PUB.eam_res_rec_type
156: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
157: , x_return_Status OUT NOCOPY VARCHAR2
158: )
159: IS

Line 317: ( p_eam_res_rec IN EAM_PROCESS_WO_PUB.eam_res_rec_type

313: * wip_operation_resources table.
314: *********************************************************************/
315:
316: PROCEDURE Update_Row
317: ( p_eam_res_rec IN EAM_PROCESS_WO_PUB.eam_res_rec_type
318: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
319: , x_return_Status OUT NOCOPY VARCHAR2
320: )
321: IS

Line 430: ( p_eam_res_rec IN EAM_PROCESS_WO_PUB.eam_res_rec_type

426: * wip_operation_resources table.
427: *********************************************************************/
428:
429: PROCEDURE Delete_Row
430: ( p_eam_res_rec IN EAM_PROCESS_WO_PUB.eam_res_rec_type
431: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
432: , x_return_Status OUT NOCOPY VARCHAR2
433: )
434: IS

Line 505: ( p_eam_res_rec IN EAM_PROCESS_WO_PUB.eam_res_rec_type

501: * writes to the wip_operations.
502: *********************************************************************/
503:
504: PROCEDURE Perform_Writes
505: ( p_eam_res_rec IN EAM_PROCESS_WO_PUB.eam_res_rec_type
506: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
507: , x_return_status OUT NOCOPY VARCHAR2
508: )
509: IS

Line 573: p_eam_res_tbl IN EAM_PROCESS_WO_PUB.eam_res_tbl_type

569:
570:
571: PROCEDURE CREATE_OSP_REQ
572: (
573: p_eam_res_tbl IN EAM_PROCESS_WO_PUB.eam_res_tbl_type
574: , x_return_status OUT NOCOPY VARCHAR2
575: )
576: IS
577: I NUMBER;

Line 578: l_eam_res_rec EAM_PROCESS_WO_PUB.eam_res_rec_type;

574: , x_return_status OUT NOCOPY VARCHAR2
575: )
576: IS
577: I NUMBER;
578: l_eam_res_rec EAM_PROCESS_WO_PUB.eam_res_rec_type;
579:
580: BEGIN
581: x_return_status := FND_API.G_RET_STS_SUCCESS;
582: