DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on HZ_COMMON_PUB

Line 4479: hz_common_pub.disable_cont_source_security;

4475: END LOOP;
4476:
4477: -- disable the policy function in hz tables
4478: -- so that Enable the visibility of DNB data
4479: hz_common_pub.disable_cont_source_security;
4480: -- Get all primary keys from HZ table for DNB reports
4481:
4482: -- Get information from hz_party
4483: BEGIN

Line 4671: hz_common_pub.enable_cont_source_security;

4667: p_resultout => p_resultout,
4668: p_error_msg => p_error_msg );
4669:
4670: -- disable the visibility of DNB data
4671: hz_common_pub.enable_cont_source_security;
4672: IF pg_wf_debug = 'Y'
4673: THEN
4674: ar_cmgt_util.wf_debug(p_case_folder_id,
4675: 'ar_cmgt_data_points_pkg.build_dnb_case_folder()-');