DBA Data[Home] [Help]

APPS.OKC_SALES_CLASS_QA dependencies on JTF_OBJECTS_B

Line 19: Function is_jtf_source_table( p_object_code jtf_objects_b.object_code%type,

15: PROCEDURE validate_kto_integration( p_chr_id IN okc_k_headers_b.ID%TYPE,
16: x_return_status OUT NOCOPY VARCHAR2
17: );
18:
19: Function is_jtf_source_table( p_object_code jtf_objects_b.object_code%type,
20: p_from_table JTF_OBJECTS_B.from_table%type
21: )
22:
23: return boolean ;

Line 20: p_from_table JTF_OBJECTS_B.from_table%type

16: x_return_status OUT NOCOPY VARCHAR2
17: );
18:
19: Function is_jtf_source_table( p_object_code jtf_objects_b.object_code%type,
20: p_from_table JTF_OBJECTS_B.from_table%type
21: )
22:
23: return boolean ;
24: