DBA Data[Home] [Help]

APPS.OKC_TIME_PUB dependencies on OKC_TIME_PVT

Line 29: SUBTYPE talv_rec_type is OKC_TIME_PVT.talv_rec_type;

25: x_msg_data OUT NOCOPY VARCHAR2,
26: p_chr_id IN NUMBER DEFAULT NULL,
27: p_tve_id IN NUMBER);
28:
29: SUBTYPE talv_rec_type is OKC_TIME_PVT.talv_rec_type;
30: TYPE talv_tbl_type is table of OKC_TIME_PVT.talv_rec_type index by binary_integer;
31:
32: g_talv_rec talv_rec_type;
33: g_talv_tbl talv_tbl_type;

Line 30: TYPE talv_tbl_type is table of OKC_TIME_PVT.talv_rec_type index by binary_integer;

26: p_chr_id IN NUMBER DEFAULT NULL,
27: p_tve_id IN NUMBER);
28:
29: SUBTYPE talv_rec_type is OKC_TIME_PVT.talv_rec_type;
30: TYPE talv_tbl_type is table of OKC_TIME_PVT.talv_rec_type index by binary_integer;
31:
32: g_talv_rec talv_rec_type;
33: g_talv_tbl talv_tbl_type;
34:

Line 118: SUBTYPE talv_evt_rec_type is OKC_TIME_PVT.talv_event_rec_type;

114: x_msg_count OUT NOCOPY NUMBER,
115: x_msg_data OUT NOCOPY VARCHAR2,
116: p_talv_tbl IN talv_tbl_type);
117:
118: SUBTYPE talv_evt_rec_type is OKC_TIME_PVT.talv_event_rec_type;
119: TYPE talv_evt_tbl_type is table of OKC_TIME_PVT.talv_event_rec_type index by binary_integer;
120:
121: g_talv_evt_rec talv_evt_rec_type;
122: g_talv_evt_tbl talv_evt_tbl_type;

Line 119: TYPE talv_evt_tbl_type is table of OKC_TIME_PVT.talv_event_rec_type index by binary_integer;

115: x_msg_data OUT NOCOPY VARCHAR2,
116: p_talv_tbl IN talv_tbl_type);
117:
118: SUBTYPE talv_evt_rec_type is OKC_TIME_PVT.talv_event_rec_type;
119: TYPE talv_evt_tbl_type is table of OKC_TIME_PVT.talv_event_rec_type index by binary_integer;
120:
121: g_talv_evt_rec talv_evt_rec_type;
122: g_talv_evt_tbl talv_evt_tbl_type;
123:

Line 212: SUBTYPE tavv_rec_type is OKC_TIME_PVT.tavv_rec_type;

208: --------------------------------------------------------------------------
209: ---The following procedures cater to handling of OKC_TIME_TPA_VALUE
210: --------------------------------------------------------------------------
211:
212: SUBTYPE tavv_rec_type is OKC_TIME_PVT.tavv_rec_type;
213: TYPE tavv_tbl_type is table of OKC_TIME_PVT.tavv_rec_type index by binary_integer;
214:
215: g_tavv_rec tavv_rec_type;
216: g_tavv_tbl tavv_tbl_type;

Line 213: TYPE tavv_tbl_type is table of OKC_TIME_PVT.tavv_rec_type index by binary_integer;

209: ---The following procedures cater to handling of OKC_TIME_TPA_VALUE
210: --------------------------------------------------------------------------
211:
212: SUBTYPE tavv_rec_type is OKC_TIME_PVT.tavv_rec_type;
213: TYPE tavv_tbl_type is table of OKC_TIME_PVT.tavv_rec_type index by binary_integer;
214:
215: g_tavv_rec tavv_rec_type;
216: g_tavv_tbl tavv_tbl_type;
217:

Line 306: SUBTYPE tgdv_ext_rec_type is OKC_TIME_PVT.tgdv_extended_rec_type;

302: --------------------------------------------------------------------------
303: ---The following procedures cater to handling of OKC_TIME_TPG_DELIMITED
304: --------------------------------------------------------------------------
305:
306: SUBTYPE tgdv_ext_rec_type is OKC_TIME_PVT.tgdv_extended_rec_type;
307: TYPE tgdv_ext_tbl_type is table of OKC_TIME_PVT.tgdv_extended_rec_type index by binary_integer;
308:
309: g_tgdv_ext_rec tgdv_ext_rec_type;
310: g_tgdv_ext_tbl tgdv_ext_tbl_type;

Line 307: TYPE tgdv_ext_tbl_type is table of OKC_TIME_PVT.tgdv_extended_rec_type index by binary_integer;

303: ---The following procedures cater to handling of OKC_TIME_TPG_DELIMITED
304: --------------------------------------------------------------------------
305:
306: SUBTYPE tgdv_ext_rec_type is OKC_TIME_PVT.tgdv_extended_rec_type;
307: TYPE tgdv_ext_tbl_type is table of OKC_TIME_PVT.tgdv_extended_rec_type index by binary_integer;
308:
309: g_tgdv_ext_rec tgdv_ext_rec_type;
310: g_tgdv_ext_tbl tgdv_ext_tbl_type;
311:

Line 401: SUBTYPE tgnv_rec_type is OKC_TIME_PVT.tgnv_rec_type;

397: --------------------------------------------------------------------------
398: ---The following procedures cater to handling of OKC_TIME_TPG_NAMED
399: --------------------------------------------------------------------------
400:
401: SUBTYPE tgnv_rec_type is OKC_TIME_PVT.tgnv_rec_type;
402: TYPE tgnv_tbl_type is table of OKC_TIME_PVT.tgnv_rec_type index by binary_integer;
403:
404: g_tgnv_rec tgnv_rec_type;
405: g_tgnv_tbl tgnv_tbl_type;

Line 402: TYPE tgnv_tbl_type is table of OKC_TIME_PVT.tgnv_rec_type index by binary_integer;

398: ---The following procedures cater to handling of OKC_TIME_TPG_NAMED
399: --------------------------------------------------------------------------
400:
401: SUBTYPE tgnv_rec_type is OKC_TIME_PVT.tgnv_rec_type;
402: TYPE tgnv_tbl_type is table of OKC_TIME_PVT.tgnv_rec_type index by binary_integer;
403:
404: g_tgnv_rec tgnv_rec_type;
405: g_tgnv_tbl tgnv_tbl_type;
406:

Line 495: SUBTYPE isev_rec_type is OKC_TIME_PVT.isev_rec_type;

491: --------------------------------------------------------------------------
492: ---The following procedures cater to handling of OKC_TIME_IA_STARTEND
493: --------------------------------------------------------------------------
494:
495: SUBTYPE isev_rec_type is OKC_TIME_PVT.isev_rec_type;
496: TYPE isev_tbl_type is table of OKC_TIME_PVT.isev_rec_type index by binary_integer;
497: SUBTYPE isev_ext_rec_type is OKC_TIME_PVT.isev_extended_rec_type;
498: TYPE isev_ext_tbl_type is table of OKC_TIME_PVT.isev_extended_rec_type index by binary_integer;
499:

Line 496: TYPE isev_tbl_type is table of OKC_TIME_PVT.isev_rec_type index by binary_integer;

492: ---The following procedures cater to handling of OKC_TIME_IA_STARTEND
493: --------------------------------------------------------------------------
494:
495: SUBTYPE isev_rec_type is OKC_TIME_PVT.isev_rec_type;
496: TYPE isev_tbl_type is table of OKC_TIME_PVT.isev_rec_type index by binary_integer;
497: SUBTYPE isev_ext_rec_type is OKC_TIME_PVT.isev_extended_rec_type;
498: TYPE isev_ext_tbl_type is table of OKC_TIME_PVT.isev_extended_rec_type index by binary_integer;
499:
500: SUBTYPE isev_rel_rec_type is OKC_TIME_PVT.isev_reltv_rec_type;

Line 497: SUBTYPE isev_ext_rec_type is OKC_TIME_PVT.isev_extended_rec_type;

493: --------------------------------------------------------------------------
494:
495: SUBTYPE isev_rec_type is OKC_TIME_PVT.isev_rec_type;
496: TYPE isev_tbl_type is table of OKC_TIME_PVT.isev_rec_type index by binary_integer;
497: SUBTYPE isev_ext_rec_type is OKC_TIME_PVT.isev_extended_rec_type;
498: TYPE isev_ext_tbl_type is table of OKC_TIME_PVT.isev_extended_rec_type index by binary_integer;
499:
500: SUBTYPE isev_rel_rec_type is OKC_TIME_PVT.isev_reltv_rec_type;
501: TYPE isev_rel_tbl_type is table of OKC_TIME_PVT.isev_reltv_rec_type index by binary_integer;

Line 498: TYPE isev_ext_tbl_type is table of OKC_TIME_PVT.isev_extended_rec_type index by binary_integer;

494:
495: SUBTYPE isev_rec_type is OKC_TIME_PVT.isev_rec_type;
496: TYPE isev_tbl_type is table of OKC_TIME_PVT.isev_rec_type index by binary_integer;
497: SUBTYPE isev_ext_rec_type is OKC_TIME_PVT.isev_extended_rec_type;
498: TYPE isev_ext_tbl_type is table of OKC_TIME_PVT.isev_extended_rec_type index by binary_integer;
499:
500: SUBTYPE isev_rel_rec_type is OKC_TIME_PVT.isev_reltv_rec_type;
501: TYPE isev_rel_tbl_type is table of OKC_TIME_PVT.isev_reltv_rec_type index by binary_integer;
502: g_isev_rec isev_rec_type;

Line 500: SUBTYPE isev_rel_rec_type is OKC_TIME_PVT.isev_reltv_rec_type;

496: TYPE isev_tbl_type is table of OKC_TIME_PVT.isev_rec_type index by binary_integer;
497: SUBTYPE isev_ext_rec_type is OKC_TIME_PVT.isev_extended_rec_type;
498: TYPE isev_ext_tbl_type is table of OKC_TIME_PVT.isev_extended_rec_type index by binary_integer;
499:
500: SUBTYPE isev_rel_rec_type is OKC_TIME_PVT.isev_reltv_rec_type;
501: TYPE isev_rel_tbl_type is table of OKC_TIME_PVT.isev_reltv_rec_type index by binary_integer;
502: g_isev_rec isev_rec_type;
503: g_isev_tbl isev_tbl_type;
504: g_isev_ext_rec isev_ext_rec_type;

Line 501: TYPE isev_rel_tbl_type is table of OKC_TIME_PVT.isev_reltv_rec_type index by binary_integer;

497: SUBTYPE isev_ext_rec_type is OKC_TIME_PVT.isev_extended_rec_type;
498: TYPE isev_ext_tbl_type is table of OKC_TIME_PVT.isev_extended_rec_type index by binary_integer;
499:
500: SUBTYPE isev_rel_rec_type is OKC_TIME_PVT.isev_reltv_rec_type;
501: TYPE isev_rel_tbl_type is table of OKC_TIME_PVT.isev_reltv_rec_type index by binary_integer;
502: g_isev_rec isev_rec_type;
503: g_isev_tbl isev_tbl_type;
504: g_isev_ext_rec isev_ext_rec_type;
505: g_isev_ext_tbl isev_ext_tbl_type;

Line 681: SUBTYPE igsv_ext_rec_type is OKC_TIME_PVT.igsv_extended_rec_type;

677: --------------------------------------------------------------------------
678: ---The following procedures cater to handling of OKC_TIME_IG_STARTEND
679: --------------------------------------------------------------------------
680:
681: SUBTYPE igsv_ext_rec_type is OKC_TIME_PVT.igsv_extended_rec_type;
682: TYPE igsv_ext_tbl_type is table of OKC_TIME_PVT.igsv_extended_rec_type index by binary_integer;
683:
684: g_igsv_ext_rec igsv_ext_rec_type;
685: g_igsv_ext_tbl igsv_ext_tbl_type;

Line 682: TYPE igsv_ext_tbl_type is table of OKC_TIME_PVT.igsv_extended_rec_type index by binary_integer;

678: ---The following procedures cater to handling of OKC_TIME_IG_STARTEND
679: --------------------------------------------------------------------------
680:
681: SUBTYPE igsv_ext_rec_type is OKC_TIME_PVT.igsv_extended_rec_type;
682: TYPE igsv_ext_tbl_type is table of OKC_TIME_PVT.igsv_extended_rec_type index by binary_integer;
683:
684: g_igsv_ext_rec igsv_ext_rec_type;
685: g_igsv_ext_tbl igsv_ext_tbl_type;
686:

Line 776: SUBTYPE cylv_ext_rec_type is OKC_TIME_PVT.cylv_extended_rec_type;

772: --------------------------------------------------------------------------
773: ---The following procedures cater to handling of OKC_TIME_CYCLE
774: --------------------------------------------------------------------------
775:
776: SUBTYPE cylv_ext_rec_type is OKC_TIME_PVT.cylv_extended_rec_type;
777: TYPE cylv_ext_tbl_type is table of OKC_TIME_PVT.cylv_extended_rec_type index by binary_integer;
778:
779: g_cylv_ext_rec cylv_ext_rec_type;
780: g_cylv_ext_tbl cylv_ext_tbl_type;

Line 777: TYPE cylv_ext_tbl_type is table of OKC_TIME_PVT.cylv_extended_rec_type index by binary_integer;

773: ---The following procedures cater to handling of OKC_TIME_CYCLE
774: --------------------------------------------------------------------------
775:
776: SUBTYPE cylv_ext_rec_type is OKC_TIME_PVT.cylv_extended_rec_type;
777: TYPE cylv_ext_tbl_type is table of OKC_TIME_PVT.cylv_extended_rec_type index by binary_integer;
778:
779: g_cylv_ext_rec cylv_ext_rec_type;
780: g_cylv_ext_tbl cylv_ext_tbl_type;
781:

Line 871: SUBTYPE spnv_rec_type is OKC_TIME_PVT.spnv_rec_type;

867: --------------------------------------------------------------------------
868: ---The following procedures cater to handling of OKC_TIME_SPAN
869: --------------------------------------------------------------------------
870:
871: SUBTYPE spnv_rec_type is OKC_TIME_PVT.spnv_rec_type;
872: TYPE spnv_tbl_type is table of OKC_TIME_PVT.spnv_rec_type index by binary_integer;
873:
874: g_spnv_rec spnv_rec_type;
875: g_spnv_tbl spnv_tbl_type;

Line 872: TYPE spnv_tbl_type is table of OKC_TIME_PVT.spnv_rec_type index by binary_integer;

868: ---The following procedures cater to handling of OKC_TIME_SPAN
869: --------------------------------------------------------------------------
870:
871: SUBTYPE spnv_rec_type is OKC_TIME_PVT.spnv_rec_type;
872: TYPE spnv_tbl_type is table of OKC_TIME_PVT.spnv_rec_type index by binary_integer;
873:
874: g_spnv_rec spnv_rec_type;
875: g_spnv_tbl spnv_tbl_type;
876:

Line 965: SUBTYPE tcuv_rec_type is OKC_TIME_PVT.tcuv_rec_type;

961: --------------------------------------------------------------------------
962: ---The following procedures cater to handling of OKC_TIME_CODE_UNITS
963: --------------------------------------------------------------------------
964:
965: SUBTYPE tcuv_rec_type is OKC_TIME_PVT.tcuv_rec_type;
966: TYPE tcuv_tbl_type is table of OKC_TIME_PVT.tcuv_rec_type index by binary_integer;
967:
968: g_tcuv_rec tcuv_rec_type;
969: g_tcuv_tbl tcuv_tbl_type;

Line 966: TYPE tcuv_tbl_type is table of OKC_TIME_PVT.tcuv_rec_type index by binary_integer;

962: ---The following procedures cater to handling of OKC_TIME_CODE_UNITS
963: --------------------------------------------------------------------------
964:
965: SUBTYPE tcuv_rec_type is OKC_TIME_PVT.tcuv_rec_type;
966: TYPE tcuv_tbl_type is table of OKC_TIME_PVT.tcuv_rec_type index by binary_integer;
967:
968: g_tcuv_rec tcuv_rec_type;
969: g_tcuv_tbl tcuv_tbl_type;
970:

Line 1058: SUBTYPE rtvv_rec_type is OKC_TIME_PVT.rtvv_rec_type;

1054: --------------------------------------------------------------------------
1055: ---The following procedures cater to handling of OKC_RESOLVED_TIMEVALUES
1056: --------------------------------------------------------------------------
1057:
1058: SUBTYPE rtvv_rec_type is OKC_TIME_PVT.rtvv_rec_type;
1059: TYPE rtvv_tbl_type is table of OKC_TIME_PVT.rtvv_rec_type index by binary_integer;
1060:
1061: g_rtvv_rec rtvv_rec_type;
1062: g_rtvv_tbl rtvv_tbl_type;

Line 1059: TYPE rtvv_tbl_type is table of OKC_TIME_PVT.rtvv_rec_type index by binary_integer;

1055: ---The following procedures cater to handling of OKC_RESOLVED_TIMEVALUES
1056: --------------------------------------------------------------------------
1057:
1058: SUBTYPE rtvv_rec_type is OKC_TIME_PVT.rtvv_rec_type;
1059: TYPE rtvv_tbl_type is table of OKC_TIME_PVT.rtvv_rec_type index by binary_integer;
1060:
1061: g_rtvv_rec rtvv_rec_type;
1062: g_rtvv_tbl rtvv_tbl_type;
1063: