DBA Data[Home] [Help]

APPS.OKC_OUTCOME_INIT_PVT dependencies on OKC_AQ_PVT

Line 27: subtype msg_rec_typ is okc_aq_pvt.msg_rec_typ;

23: --Global exception
24: G_EXCEPTION EXCEPTION;
25:
26: -- subtype definitions
27: subtype msg_rec_typ is okc_aq_pvt.msg_rec_typ;
28: subtype msg_tab_typ is okc_aq_pvt.msg_tab_typ;
29: subtype corrid_rec_typ is okc_aq_pvt.corrid_rec_typ;
30:
31: --Declare a record tupe

Line 28: subtype msg_tab_typ is okc_aq_pvt.msg_tab_typ;

24: G_EXCEPTION EXCEPTION;
25:
26: -- subtype definitions
27: subtype msg_rec_typ is okc_aq_pvt.msg_rec_typ;
28: subtype msg_tab_typ is okc_aq_pvt.msg_tab_typ;
29: subtype corrid_rec_typ is okc_aq_pvt.corrid_rec_typ;
30:
31: --Declare a record tupe
32: TYPE p_outcomerec_type IS RECORD(

Line 29: subtype corrid_rec_typ is okc_aq_pvt.corrid_rec_typ;

25:
26: -- subtype definitions
27: subtype msg_rec_typ is okc_aq_pvt.msg_rec_typ;
28: subtype msg_tab_typ is okc_aq_pvt.msg_tab_typ;
29: subtype corrid_rec_typ is okc_aq_pvt.corrid_rec_typ;
30:
31: --Declare a record tupe
32: TYPE p_outcomerec_type IS RECORD(
33: name okc_process_def_parameters_v.name%TYPE,