DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES2 dependencies on OTA_FINANCE_LINES

Line 55: from ota_finance_lines tfl

51: return varchar2 is
52: --
53: cursor csr_tot is
54: select nvl(sum(tfl.money_amount),0)
55: from ota_finance_lines tfl
56: where finance_header_id = p_finance_header_id
57: and cancelled_flag = 'N';
58: --
59: l_tot number;