DBA Data[Home] [Help]

APPS.BSC_MIGREATION_UI dependencies on BSC_RESPONSIBILITY_VL

Line 5: src_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,

1: package BSC_MIGREATION_UI AS
2: /*$Header: BSCMGUIS.pls 120.3 2005/12/16 01:43 amitgupt noship $*/
3:
4: TYPE respMapRec IS RECORD(
5: src_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,
6: src_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE,
7: tar_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,
8: tar_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE
9: );

Line 6: src_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE,

2: /*$Header: BSCMGUIS.pls 120.3 2005/12/16 01:43 amitgupt noship $*/
3:
4: TYPE respMapRec IS RECORD(
5: src_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,
6: src_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE,
7: tar_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,
8: tar_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE
9: );
10:

Line 7: tar_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,

3:
4: TYPE respMapRec IS RECORD(
5: src_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,
6: src_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE,
7: tar_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,
8: tar_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE
9: );
10:
11: TYPE objectRec IS RECORD(

Line 8: tar_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE

4: TYPE respMapRec IS RECORD(
5: src_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,
6: src_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE,
7: tar_resp_id BSC_RESPONSIBILITY_VL.RESPONSIBILITY_ID%TYPE,
8: tar_resp_name BSC_RESPONSIBILITY_VL.RESPONSIBILITY_NAME%TYPE
9: );
10:
11: TYPE objectRec IS RECORD(
12: object_id BSC_KPIS_VL.INDICATOR%TYPE,