DBA Data[Home] [Help]

APPS.EAM_OP_UTILITY_PVT dependencies on EAM_PROCESS_WO_PUB

Line 42: , x_eam_op_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_op_rec_type

38: PROCEDURE Query_Row
39: ( p_wip_entity_id IN NUMBER
40: , p_organization_id IN NUMBER
41: , p_operation_seq_num IN NUMBER
42: , x_eam_op_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_op_rec_type
43: , x_Return_status OUT NOCOPY VARCHAR2
44: )
45: IS
46: l_eam_op_rec EAM_PROCESS_WO_PUB.eam_op_rec_type;

Line 46: l_eam_op_rec EAM_PROCESS_WO_PUB.eam_op_rec_type;

42: , x_eam_op_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_op_rec_type
43: , x_Return_status OUT NOCOPY VARCHAR2
44: )
45: IS
46: l_eam_op_rec EAM_PROCESS_WO_PUB.eam_op_rec_type;
47: l_return_status VARCHAR2(1):= FND_API.G_RET_STS_SUCCESS;
48: l_dummy varchar2(10);
49: BEGIN
50:

Line 143: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type

139: * wip_operations table.
140: *********************************************************************/
141:
142: PROCEDURE Insert_Row
143: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
144: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
145: , x_return_Status OUT NOCOPY VARCHAR2
146: )
147: IS

Line 375: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type

371: * wip_operations table.
372: *********************************************************************/
373:
374: PROCEDURE Update_Row
375: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
376: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
377: , x_return_Status OUT NOCOPY VARCHAR2
378: )
379: IS

Line 465: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type

461:
462:
463:
464: PROCEDURE Delete_Row
465: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
466: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
467: , x_return_Status OUT NOCOPY VARCHAR2
468: )
469: IS

Line 507: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type

503: * writes to the wip_operations.
504: *********************************************************************/
505:
506: PROCEDURE Perform_Writes
507: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
508: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
509: , x_return_status OUT NOCOPY VARCHAR2
510: )
511: IS

Line 547: ( p_eam_op_tbl IN EAM_PROCESS_WO_PUB.eam_op_tbl_type

543: END Perform_Writes;
544:
545:
546: FUNCTION NUM_OF_ROW
547: ( p_eam_op_tbl IN EAM_PROCESS_WO_PUB.eam_op_tbl_type
548: , p_wip_entity_id IN NUMBER
549: , p_organization_id IN NUMBER
550: ) RETURN BOOLEAN
551: IS