DBA Data[Home] [Help]

APPS.HZ_EXTENSIBILITY_PVT dependencies on HZ_COMMON_PUB

Line 961: hz_common_pub.disable_cont_source_security;

957: x_total OUT NOCOPY NUMBER
958: ) IS
959:
960: BEGIN
961: hz_common_pub.disable_cont_source_security;
962: IF p_entity_name = C_ORG THEN
963: -- insert into org staging table
964: --
965: INSERT INTO hz_org_profiles_ext_sg (

Line 1033: hz_common_pub.enable_cont_source_security;

1029:
1030: x_total := SQL%ROWCOUNT;
1031:
1032: COMMIT;
1033: hz_common_pub.enable_cont_source_security;
1034: END populate_staging_table;
1035:
1036:
1037: /**