DBA Data[Home] [Help]

APPS.EAM_RES_INST_UTILITY_PVT dependencies on EAM_PROCESS_WO_PUB

Line 46: , x_eam_res_inst_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

42: , p_operation_seq_num IN NUMBER
43: , p_resource_seq_num IN NUMBER
44: , p_instance_id IN NUMBER
45: , p_serial_number IN VARCHAR2
46: , x_eam_res_inst_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
47: , x_Return_status OUT NOCOPY VARCHAR2
48: )
49: IS
50: l_eam_res_inst_rec EAM_PROCESS_WO_PUB.eam_res_inst_rec_type;

Line 50: l_eam_res_inst_rec EAM_PROCESS_WO_PUB.eam_res_inst_rec_type;

46: , x_eam_res_inst_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
47: , x_Return_status OUT NOCOPY VARCHAR2
48: )
49: IS
50: l_eam_res_inst_rec EAM_PROCESS_WO_PUB.eam_res_inst_rec_type;
51: l_return_status VARCHAR2(1):= FND_API.G_RET_STS_SUCCESS;
52: l_dummy varchar2(10);
53: BEGIN
54:

Line 123: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

119: * win_op_resource_instances table.
120: *********************************************************************/
121:
122: PROCEDURE Insert_Row
123: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
124: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
125: , x_return_Status OUT NOCOPY VARCHAR2
126: )
127: IS

Line 199: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

195: * wip_op_resource_instances table.
196: *********************************************************************/
197:
198: PROCEDURE Update_Row
199: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
200: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
201: , x_return_Status OUT NOCOPY VARCHAR2
202: )
203: IS

Line 245: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

241: * wip_op_resource_instances table.
242: *********************************************************************/
243:
244: PROCEDURE Delete_Row
245: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
246: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
247: , x_return_Status OUT NOCOPY VARCHAR2
248: )
249: IS

Line 298: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

294: * writes to the wip_operations.
295: *********************************************************************/
296:
297: PROCEDURE Perform_Writes
298: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
299: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
300: , x_return_status OUT NOCOPY VARCHAR2
301: )
302: IS