DBA Data[Home] [Help]

APPS.ECX_UTIL_API dependencies on ECX_TP_HEADERS

Line 457: select count(*) from ecx_tp_headers

453: is
454: num pls_integer := 0;
455:
456: cursor get_tp_hdr_cnt is
457: select count(*) from ecx_tp_headers
458: where tp_header_id = p_tp_header_id;
459:
460: begin
461: