DBA Data[Home] [Help]

APPS.WF_LOCAL_SYNCH dependencies on WF_ENGINE

Line 152: g_expDate := to_date(p_attributes(i).getValue(), WF_ENGINE.Date_Format);

148: elsif (upper(p_attributes(i).getName()) = 'ORCLISENABLED') then
149: g_status := p_attributes(i).getValue();
150:
151: elsif (upper(p_attributes(i).getName()) = 'EXPIRATIONDATE') then
152: g_expDate := to_date(p_attributes(i).getValue(), WF_ENGINE.Date_Format);
153:
154: elsif (upper(p_attributes(i).getName()) = 'PER_PERSON_ID') then
155: g_employeeID := p_attributes(i).getValue();
156: