DBA Data[Home] [Help]

APPS.MTL_CCEOI_ACTION_PUB dependencies on MTL_CCEOI_VAR_PVT

Line 44: p_interface_rec IN MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE,

40: X_return_status OUT NOCOPY VARCHAR2 ,
41: x_errorcode OUT NOCOPY NUMBER,
42: x_msg_count OUT NOCOPY NUMBER ,
43: x_msg_data OUT NOCOPY VARCHAR2 ,
44: p_interface_rec IN MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE,
45: x_interface_id OUT NOCOPY NUMBER );
46:
47: -- Start OF comments
48: -- API name : Import_CountRequest

Line 128: p_interface_rec is of type MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE that is

124:
125: This procedure takes an interface row passed through
126: p_interface_rec parameter and processes it, based on values of
127: the parameter's fields.
128: p_interface_rec is of type MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE that is
129: composed of the fields corresponding to columns of
130: MTL_CC_ENTRIES_INTERFACE table.
131:
132: Processing starts from inserting/updating p_interface_rec into the

Line 399: lrec mtl_cceoi_var_pvt.inv_cceoi_type;

395: declare
396: lstatus VARCHAR2(1);
397: lmsg_count NUMBER;
398: lmsg_data VARCHAR2(240);
399: lrec mtl_cceoi_var_pvt.inv_cceoi_type;
400: l_errorcode number;
401: l_interface_id number;
402:
403: begin

Line 409: lrec.ACTION_CODE := mtl_cceoi_var_pvt.G_PROCESS;

405: -- set online processing mode
406: lrec.PROCESS_MODE := 1;
407:
408: -- import request into the application and do any adjustments necessary
409: lrec.ACTION_CODE := mtl_cceoi_var_pvt.G_PROCESS;
410:
411: -- necessary info
412:
413: -- 1) cycle count header info

Line 486: , p_interface_rec IN MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE

482: , x_return_status OUT NOCOPY VARCHAR2
483: , x_errorcode OUT NOCOPY NUMBER
484: , x_msg_count OUT NOCOPY NUMBER
485: , x_msg_data OUT NOCOPY VARCHAR2
486: , p_interface_rec IN MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE
487: , x_interface_id_list OUT NOCOPY MTL_CCEOI_VAR_PVT.INV_CCEOI_ID_TABLE_TYPE
488: );
489:
490: END MTL_CCEOI_ACTION_PUB;

Line 487: , x_interface_id_list OUT NOCOPY MTL_CCEOI_VAR_PVT.INV_CCEOI_ID_TABLE_TYPE

483: , x_errorcode OUT NOCOPY NUMBER
484: , x_msg_count OUT NOCOPY NUMBER
485: , x_msg_data OUT NOCOPY VARCHAR2
486: , p_interface_rec IN MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE
487: , x_interface_id_list OUT NOCOPY MTL_CCEOI_VAR_PVT.INV_CCEOI_ID_TABLE_TYPE
488: );
489:
490: END MTL_CCEOI_ACTION_PUB;