DBA Data[Home] [Help]

APPS.ECX_ENG_UTILS dependencies on ECX_TP_DETAILS

Line 310: Return the password from ecx_tp_details based on the tp_detail_id

306: end convert_from_cXML_datetime;
307:
308:
309: /*
310: Return the password from ecx_tp_details based on the tp_detail_id
311: stored in ecx_utils.g_tp_dtl_id
312: */
313: procedure get_tp_pwd (
314: x_password OUT NOCOPY Varchar2

Line 329: from ecx_tp_details

325: ecx_debug.log(l_statement, 'tp_detail_id', ecx_utils.g_tp_dtl_id,i_method_name);
326: end if;
327: select password
328: into x_password
329: from ecx_tp_details
330: where tp_detail_id = ecx_utils.g_tp_dtl_id;
331:
332: if (x_password is not null)
333: then