DBA Data[Home] [Help]

APPS.SSP_SSPRPSAP_XMLP_PKG dependencies on SSP_SMP_SUPPORT_PKG

Line 98: if ssp_smp_support_pkg.entry_already_processed(E_Element_entry_id) then

94: function c_processedformula(E_Element_entry_id in number) return varchar2 is
95: begin
96:
97: Begin
98: if ssp_smp_support_pkg.entry_already_processed(E_Element_entry_id) then
99: return('Yes');
100: else
101: return(null);
102: end if;