DBA Data[Home] [Help]

APPS.PQH_TRANSACTION_TEMPLATES_API dependencies on PQH_TRANSACTION_TEMPLATES_BK3

Line 311: pqh_transaction_templates_bk3.delete_transaction_template_b

307: begin
308: --
309: -- Start of API User Hook for the before hook of delete_transaction_template
310: --
311: pqh_transaction_templates_bk3.delete_transaction_template_b
312: (
313: p_transaction_template_id => p_transaction_template_id
314: ,p_object_version_number => p_object_version_number
315: ,p_effective_date => trunc(p_effective_date)

Line 339: pqh_transaction_templates_bk3.delete_transaction_template_a

335: begin
336: --
337: -- Start of API User Hook for the after hook of delete_transaction_template
338: --
339: pqh_transaction_templates_bk3.delete_transaction_template_a
340: (
341: p_transaction_template_id => p_transaction_template_id
342: ,p_object_version_number => l_object_version_number
343: ,p_effective_date => trunc(p_effective_date)