DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_REPORTING_TYPES_B

Line 4506: FROM zx_reporting_types_b types,

4502: l_date:= nvl(p_date,sysdate);
4503:
4504: SELECT assoc.reporting_code_id
4505: INTO l_reporting_code_id
4506: FROM zx_reporting_types_b types,
4507: zx_report_codes_assoc assoc
4508: WHERE types.legal_message_flag = 'Y'
4509: AND assoc.entity_code = 'ZX_PROCESS_RESULTS'
4510: AND assoc.entity_id = p_result_id