DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on HZ_COMMON_PUB

Line 4330: hz_common_pub.disable_cont_source_security;

4326: END LOOP;
4327:
4328: -- disable the policy function in hz tables
4329: -- so that Enable the visibility of DNB data
4330: hz_common_pub.disable_cont_source_security;
4331: -- Get all primary keys from HZ table for DNB reports
4332:
4333: -- Get information from hz_party
4334: BEGIN

Line 4522: hz_common_pub.enable_cont_source_security;

4518: p_resultout => p_resultout,
4519: p_error_msg => p_error_msg );
4520:
4521: -- disable the visibility of DNB data
4522: hz_common_pub.enable_cont_source_security;
4523: IF pg_wf_debug = 'Y'
4524: THEN
4525: ar_cmgt_util.wf_debug(p_case_folder_id,
4526: 'ar_cmgt_data_points_pkg.build_dnb_case_folder()-');