DBA Data[Home] [Help]

APPS.IEC_EXECOCS_PVT dependencies on JTF_IH_PUB

Line 6: L_INTERACTION_REC JTF_IH_PUB.interaction_rec_type;

2: /* $Header: IECOCEXS.pls 115.22.1158.3 2002/10/02 17:53:04 lcrew ship $ */
3:
4: -- Generic initial parameter, record and table defs used by CALL_IH
5: L_INITIAL NUMBER :=0;
6: L_INTERACTION_REC JTF_IH_PUB.interaction_rec_type;
7: L_ACTIVITIES_TBL JTF_IH_PUB.activity_tbl_type;
8: L_MEDIA_REC JTF_IH_PUB.media_rec_type;
9: L_MEDIA_LC_REC JTF_IH_PUB.media_lc_rec_type;
10:

Line 7: L_ACTIVITIES_TBL JTF_IH_PUB.activity_tbl_type;

3:
4: -- Generic initial parameter, record and table defs used by CALL_IH
5: L_INITIAL NUMBER :=0;
6: L_INTERACTION_REC JTF_IH_PUB.interaction_rec_type;
7: L_ACTIVITIES_TBL JTF_IH_PUB.activity_tbl_type;
8: L_MEDIA_REC JTF_IH_PUB.media_rec_type;
9: L_MEDIA_LC_REC JTF_IH_PUB.media_lc_rec_type;
10:
11: -- Sub-Program Unit Declarations

Line 8: L_MEDIA_REC JTF_IH_PUB.media_rec_type;

4: -- Generic initial parameter, record and table defs used by CALL_IH
5: L_INITIAL NUMBER :=0;
6: L_INTERACTION_REC JTF_IH_PUB.interaction_rec_type;
7: L_ACTIVITIES_TBL JTF_IH_PUB.activity_tbl_type;
8: L_MEDIA_REC JTF_IH_PUB.media_rec_type;
9: L_MEDIA_LC_REC JTF_IH_PUB.media_lc_rec_type;
10:
11: -- Sub-Program Unit Declarations
12:

Line 9: L_MEDIA_LC_REC JTF_IH_PUB.media_lc_rec_type;

5: L_INITIAL NUMBER :=0;
6: L_INTERACTION_REC JTF_IH_PUB.interaction_rec_type;
7: L_ACTIVITIES_TBL JTF_IH_PUB.activity_tbl_type;
8: L_MEDIA_REC JTF_IH_PUB.media_rec_type;
9: L_MEDIA_LC_REC JTF_IH_PUB.media_lc_rec_type;
10:
11: -- Sub-Program Unit Declarations
12:
13: /* Called by the Callback Plugin. */