DBA Data[Home] [Help]

APPS.BEN_EXT_ADV_CONDITIONS dependencies on BEN_EXT_INCL_CHG

Line 1815: from ben_ext_incl_chg xic

1811: l_proc varchar2(72) := g_package||'chg_evt_incl';
1812: --
1813: cursor c_rcd_chg_evt_exist is
1814: select null
1815: from ben_ext_incl_chg xic
1816: where xic.ext_rcd_in_file_id = p_ext_rcd_in_file_id;
1817: --
1818: cursor c_data_elmt_chg_evt_exist is
1819: select null

Line 1820: from ben_ext_incl_chg xic

1816: where xic.ext_rcd_in_file_id = p_ext_rcd_in_file_id;
1817: --
1818: cursor c_data_elmt_chg_evt_exist is
1819: select null
1820: from ben_ext_incl_chg xic
1821: where xic.ext_data_elmt_in_rcd_id = p_ext_data_elmt_in_rcd_id;
1822: --
1823: cursor c_incl_rcd is
1824: select null

Line 1825: from ben_ext_incl_chg xic

1821: where xic.ext_data_elmt_in_rcd_id = p_ext_data_elmt_in_rcd_id;
1822: --
1823: cursor c_incl_rcd is
1824: select null
1825: from ben_ext_incl_chg xic
1826: where xic.ext_rcd_in_file_id = p_ext_rcd_in_file_id
1827: and xic.chg_evt_cd = p_chg_evt_cd;
1828: --
1829: cursor c_incl_data_elmt is

Line 1831: from ben_ext_incl_chg xic

1827: and xic.chg_evt_cd = p_chg_evt_cd;
1828: --
1829: cursor c_incl_data_elmt is
1830: select null
1831: from ben_ext_incl_chg xic
1832: where xic.ext_data_elmt_in_rcd_id = p_ext_data_elmt_in_rcd_id
1833: and xic.chg_evt_cd = p_chg_evt_cd;
1834: --
1835: l_exclude_flag boolean;