DBA Data[Home] [Help]

APPS.BSC_METADATA dependencies on BSC_AW_ADAPTER_DIM

Line 10: p_parents out nocopy BSC_AW_ADAPTER_DIM.dim_parent_child_tb

6: later, replaced with arun's api on standard output
7: */
8: procedure get_parent_level(
9: p_level varchar2,
10: p_parents out nocopy BSC_AW_ADAPTER_DIM.dim_parent_child_tb
11: ) is
12: --
13: l_tab_ClsLevelRelationship bsc_dbgen_std_metadata.tab_ClsLevelRelationship;
14: Begin

Line 29: p_children out nocopy BSC_AW_ADAPTER_DIM.dim_parent_child_tb

25: End;
26:
27: procedure get_child_level(
28: p_level varchar2,
29: p_children out nocopy BSC_AW_ADAPTER_DIM.dim_parent_child_tb
30: ) is
31: --
32: l_tab_ClsLevelRelationship bsc_dbgen_std_metadata.tab_ClsLevelRelationship;
33: Begin