DBA Data[Home] [Help]

APPS.PER_SOLUTION_TYPE_API dependencies on PER_SOLUTION_TYPE_BK1

Line 46: PER_SOLUTION_TYPE_BK1.CREATE_SOLUTION_TYPE_b

42: --
43: -- Call Before Process User Hook
44: --
45: begin
46: PER_SOLUTION_TYPE_BK1.CREATE_SOLUTION_TYPE_b
47: (p_effective_date => l_effective_date
48: ,p_solution_type_name => p_solution_type_name
49: ,p_solution_category => p_solution_category
50: ,p_updateable => p_updateable

Line 72: PER_SOLUTION_TYPE_BK1.CREATE_SOLUTION_TYPE_a

68: --
69: -- Call After Process User Hook
70: --
71: begin
72: PER_SOLUTION_TYPE_BK1.CREATE_SOLUTION_TYPE_a
73: (p_effective_date => l_effective_date
74: ,p_solution_type_name => p_solution_type_name
75: ,p_solution_category => p_solution_category
76: ,p_updateable => p_updateable