DBA Data[Home] [Help]

APPS.PQH_FR_VALIDATION_EVENTS_API dependencies on PQH_FR_VALIDATION_EVENTS_BK1

Line 46: PQH_FR_VALIDATION_EVENTS_BK1.Insert_Validation_event_b

42: --
43: -- Call Before Process User Hook
44: --
45: begin
46: PQH_FR_VALIDATION_EVENTS_BK1.Insert_Validation_event_b
47: (p_effective_date => l_effective_date
48: ,p_validation_id => p_validation_id
49: ,p_event_type => p_event_type
50: ,p_event_code => p_event_code

Line 82: PQH_FR_VALIDATION_EVENTS_BK1.Insert_Validation_event_a

78: --
79: -- Call After Process User Hook
80: --
81: begin
82: PQH_FR_VALIDATION_EVENTS_BK1.Insert_Validation_event_a
83: (p_effective_date => l_effective_date
84: ,p_validation_id => p_validation_id
85: ,p_event_type => p_event_type
86: ,p_event_code => p_event_code