DBA Data[Home] [Help]

APPS.EC_APPLICATION_ADVICE_PUB dependencies on ECE_TP_DETAILS

Line 61: from ece_tp_details

57:
58: begin
59: select 'Y'
60: into l_tp_exists
61: from ece_tp_details
62: where document_id='ADVO'
63: and tp_header_id= p_tp_header_id;
64: exception
65: when others then