DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES dependencies on OTA_FINANCE_LINES

Line 652: from ota_finance_lines

648: is
649: --
650: cursor get_finance_line is
651: select 'Exists'
652: from ota_finance_lines
653: where finance_header_id = p_finance_header_id;
654: --
655: v_finance_line_exists varchar2(30);
656: v_proc varchar2(72) := g_package||'finance_lines_exist';

Line 2314: from ota_finance_lines tfl

2310: v_proc varchar2(72) := g_package||'check_deletion_childs';
2311: --
2312: cursor sel_for_deletion is
2313: select 'Y'
2314: from ota_finance_lines tfl
2315: where tfl.finance_header_id = p_finance_header_id;
2316: --
2317: Begin
2318: --