DBA Data[Home] [Help]

APPS.PQH_ROUTING_LISTS_API dependencies on PQH_ROUTING_LISTS_BK1

Line 42: PQH_ROUTING_LISTS_bk1.create_routing_list_b

38: begin
39: --
40: -- Start of API User Hook for the before hook of create_routing_list
41: --
42: PQH_ROUTING_LISTS_bk1.create_routing_list_b
43: (
44: p_routing_list_name => p_routing_list_name ,
45: p_enable_flag => p_enable_flag
46: );

Line 71: PQH_ROUTING_LISTS_bk1.create_routing_list_a

67: begin
68: --
69: -- Start of API User Hook for the after hook of create_routing_list
70: --
71: PQH_ROUTING_LISTS_bk1.create_routing_list_a
72: (
73: p_routing_list_id => l_routing_list_id
74: ,p_routing_list_name => p_routing_list_name
75: ,p_enable_flag => p_enable_flag