DBA Data[Home] [Help]

APPS.XLA_AMB_AAD_PKG dependencies on XLA_EXTRACT_INTEGRITY_PKG

Line 1903: xla_extract_integrity_pkg.set_extract_object_owner

1899:
1900: -- Get the extract object owner for all extract objects for AAD
1901: -- and store in GT table
1902: /*
1903: xla_extract_integrity_pkg.set_extract_object_owner
1904: (p_application_id => p_application_id
1905: ,p_amb_context_code => p_amb_context_code
1906: ,p_product_rule_type_code => p_product_rule_type_code
1907: ,p_product_rule_code => p_product_rule_code);

Line 1911: l_warning := xla_extract_integrity_pkg.validate_extract_objects

1907: ,p_product_rule_code => p_product_rule_code);
1908: */
1909:
1910: -- Validate all extract objects for the AAD
1911: l_warning := xla_extract_integrity_pkg.validate_extract_objects
1912: (p_application_id => p_application_id
1913: ,p_amb_context_code => p_amb_context_code
1914: ,p_product_rule_type_code => p_product_rule_type_code
1915: ,p_product_rule_code => p_product_rule_code);

Line 2062: xla_extract_integrity_pkg.set_extract_object_owner

2058: x_hash_id := NULL;
2059:
2060: -- Get the extract object owner for all extract objects for AAD
2061: -- and store in GT table
2062: xla_extract_integrity_pkg.set_extract_object_owner
2063: (p_application_id => p_application_id
2064: ,p_amb_context_code => p_amb_context_code
2065: ,p_product_rule_type_code => p_product_rule_type_code
2066: ,p_product_rule_code => p_product_rule_code);