DBA Data[Home] [Help]

APPS.PQH_COPY_ENTITY_FUNCTIONS_API dependencies on PQH_COPY_ENTITY_FUNCTIONS_BK3

Line 327: pqh_copy_entity_functions_bk3.delete_copy_entity_function_b

323: begin
324: --
325: -- Start of API User Hook for the before hook of delete_copy_entity_function
326: --
327: pqh_copy_entity_functions_bk3.delete_copy_entity_function_b
328: (
329: p_copy_entity_function_id => p_copy_entity_function_id
330: ,p_object_version_number => p_object_version_number
331: ,p_effective_date => trunc(p_effective_date)

Line 355: pqh_copy_entity_functions_bk3.delete_copy_entity_function_a

351: begin
352: --
353: -- Start of API User Hook for the after hook of delete_copy_entity_function
354: --
355: pqh_copy_entity_functions_bk3.delete_copy_entity_function_a
356: (
357: p_copy_entity_function_id => p_copy_entity_function_id
358: ,p_object_version_number => l_object_version_number
359: ,p_effective_date => trunc(p_effective_date)