DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_UTILITY_PVT dependencies on EAM_PROCESS_WO_PUB

Line 43: , x_eam_mat_req_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_mat_req_rec_type

39: ( p_wip_entity_id IN NUMBER
40: , p_organization_id IN NUMBER
41: , p_operation_seq_num IN NUMBER
42: , p_inventory_item_id IN NUMBER
43: , x_eam_mat_req_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_mat_req_rec_type
44: , x_Return_status OUT NOCOPY VARCHAR2
45: )
46: IS
47: l_eam_mat_req_rec EAM_PROCESS_WO_PUB.eam_mat_req_rec_type;

Line 47: l_eam_mat_req_rec EAM_PROCESS_WO_PUB.eam_mat_req_rec_type;

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

Line 161: ( p_eam_mat_req_rec IN EAM_PROCESS_WO_PUB.eam_mat_req_rec_type

157: * wip_operations table.
158: *********************************************************************/
159:
160: PROCEDURE Insert_Row
161: ( p_eam_mat_req_rec IN EAM_PROCESS_WO_PUB.eam_mat_req_rec_type
162: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
163: , x_return_Status OUT NOCOPY VARCHAR2
164: )
165: IS

Line 373: ( p_eam_mat_req_rec IN EAM_PROCESS_WO_PUB.eam_mat_req_rec_type

369: * wip_operations table.
370: *********************************************************************/
371:
372: PROCEDURE Update_Row
373: ( p_eam_mat_req_rec IN EAM_PROCESS_WO_PUB.eam_mat_req_rec_type
374: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
375: , x_return_Status OUT NOCOPY VARCHAR2
376: )
377: IS

Line 486: ( p_eam_mat_req_rec IN EAM_PROCESS_WO_PUB.eam_mat_req_rec_type

482: * wip_operations table.
483: *********************************************************************/
484:
485: PROCEDURE Delete_Row
486: ( p_eam_mat_req_rec IN EAM_PROCESS_WO_PUB.eam_mat_req_rec_type
487: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
488: , x_return_Status OUT NOCOPY VARCHAR2
489: )
490: IS

Line 543: ( p_eam_mat_req_rec IN EAM_PROCESS_WO_PUB.eam_mat_req_rec_type

539: * writes to the wip_operations.
540: *********************************************************************/
541:
542: PROCEDURE Perform_Writes
543: ( p_eam_mat_req_rec IN EAM_PROCESS_WO_PUB.eam_mat_req_rec_type
544: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
545: , x_return_status OUT NOCOPY VARCHAR2
546: )
547: IS