DBA Data[Home] [Help]

APPS.EDW_SEC_POLICY dependencies on EDW_SEC_UTIL

Line 80: edw_sec_util.log_error(x_object_name, x_object_type, null, g_conc_program_id, x_message);

76:
77: x_message := 'Oracle error occured. Fact name is : ' || fact_table_name ||
78: '. Errorcode is : ' || v_ErrorCode || ' and Errortext is : ' || v_ErrorText ;
79:
80: edw_sec_util.log_error(x_object_name, x_object_type, null, g_conc_program_id, x_message);
81:
82: Errbuf := v_ErrorText;
83: Retcode := SQLCODE;
84:

Line 166: edw_sec_util.log_error(x_object_name, x_object_type, null, g_conc_program_id, x_message);

162:
163: x_message := 'Oracle error occured. Fact name is : ' || fact_table_name ||
164: '. Errorcode is : ' || v_ErrorCode || ' and Errortext is : ' || v_ErrorText ;
165:
166: edw_sec_util.log_error(x_object_name, x_object_type, null, g_conc_program_id, x_message);
167:
168: Errbuf := v_ErrorText;
169: Retcode := SQLCODE;
170:

Line 257: edw_sec_util.log_error(x_object_name, x_object_type, null, g_conc_program_id, x_message);

253:
254: x_message := 'Oracle error occured. Fact name is : ' || fact_table_name ||
255: '. Errorcode is : ' || v_ErrorCode || ' and Errortext is : ' || v_ErrorText ;
256:
257: edw_sec_util.log_error(x_object_name, x_object_type, null, g_conc_program_id, x_message);
258:
259: Errbuf := v_ErrorText;
260: Retcode := SQLCODE;
261:

Line 344: edw_sec_util.log_error(x_object_name, x_object_type, null, g_conc_program_id, x_message);

340:
341: x_message := 'Oracle error occured. Fact name is : ' || fact_table_name ||
342: '. Errorcode is : ' || v_ErrorCode || ' and Errortext is : ' || v_ErrorText ;
343:
344: edw_sec_util.log_error(x_object_name, x_object_type, null, g_conc_program_id, x_message);
345:
346: Errbuf := v_ErrorText;
347: Retcode := SQLCODE;
348: