DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_CODE_CONVERSION_PVT

Line 268: ecx_code_conversion_pvt.populate_plsql_tbl_with_extval

264:
265: if i_stage = 20
266: then
267: -- Perform Code Conversion
268: ecx_code_conversion_pvt.populate_plsql_tbl_with_extval
269: (
270: p_api_version_number => 1.0,
271: p_init_msg_list => i_init_msg_list,
272: p_simulate => i_simulate,

Line 286: i_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR OR

282: );
283:
284: --Check the Status of the Code Conversion API and take appropriate action.
285: IF (
286: i_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR OR
287: i_return_status is NULL OR
288: i_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR
289: )
290: THEN

Line 288: i_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR

284: --Check the Status of the Code Conversion API and take appropriate action.
285: IF (
286: i_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR OR
287: i_return_status is NULL OR
288: i_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR
289: )
290: THEN
291: if(l_statementEnabled) then
292: ecx_debug.log(l_statement,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL',