DBA Data[Home] [Help]

APPS.WF_LOCAL_SYNCH dependencies on WFA_SEC

Line 97: g_lastUpdatedBy := WFA_SEC.user_id;

93: g_overWrite_UserRoles := FALSE; -- <6817561>
94: g_oldName := NULL;
95: g_ppID := NULL;
96: g_lastUpdateDate := sysdate;
97: g_lastUpdatedBy := WFA_SEC.user_id;
98: g_creationDate := sysdate;
99: g_createdBy := WFA_SEC.user_id;
100: g_lastUpdateLogin := WFA_SEC.login_id;
101: g_Attributes := wf_parameter_list_t();

Line 99: g_createdBy := WFA_SEC.user_id;

95: g_ppID := NULL;
96: g_lastUpdateDate := sysdate;
97: g_lastUpdatedBy := WFA_SEC.user_id;
98: g_creationDate := sysdate;
99: g_createdBy := WFA_SEC.user_id;
100: g_lastUpdateLogin := WFA_SEC.login_id;
101: g_Attributes := wf_parameter_list_t();
102:
103:

Line 100: g_lastUpdateLogin := WFA_SEC.login_id;

96: g_lastUpdateDate := sysdate;
97: g_lastUpdatedBy := WFA_SEC.user_id;
98: g_creationDate := sysdate;
99: g_createdBy := WFA_SEC.user_id;
100: g_lastUpdateLogin := WFA_SEC.login_id;
101: g_Attributes := wf_parameter_list_t();
102:
103:
104: FOR i in p_attributes.FIRST..p_attributes.LAST loop