DBA Data[Home] [Help]

APPS.HR_DOCUMENT_TYPES_API dependencies on HR_DOCUMENT_TYPES_BK2

Line 245: hr_document_types_bk2.update_document_type_b(

241: --
242: -- Call Before Process User Hook
243: --
244: begin
245: hr_document_types_bk2.update_document_type_b(
246: p_effective_date => p_effective_date
247: ,p_category_code => p_category_code
248: ,p_document_type => p_document_type
249: ,p_language_code => p_language_code

Line 313: hr_document_types_bk2.update_document_type_a(

309: --
310: -- Call After Process User Hook
311: --
312: begin
313: hr_document_types_bk2.update_document_type_a(
314: p_effective_date => p_effective_date
315: ,p_category_code => p_category_code
316: ,p_document_type => p_document_type
317: ,p_language_code => p_language_code