DBA Data[Home] [Help]

APPS.BIS_ACTUAL_PVT dependencies on BIS_USER_IND_SELECTIONS

Line 43: FROM bis_user_ind_selections

39: ,DIMENSION2_LEVEL_VALUE
40: ,DIMENSION3_LEVEL_VALUE
41: ,DIMENSION4_LEVEL_VALUE
42: ,DIMENSION5_LEVEL_VALUE
43: FROM bis_user_ind_selections
44: WHERE TARGET_LEVEL_ID = l_Target_Level_id;
45:
46: BEGIN
47: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 92: -- Retrieves all the records in bis_user_ind_selections for the

88:
89: END Retrieve_User_Selections;
90:
91:
92: -- Retrieves all the records in bis_user_ind_selections for the
93: -- given target_level
94:
95: PROCEDURE Retrieve_tl_selections
96: ( p_Target_Level_Rec

Line 118: FROM bis_user_ind_selections

114: ,DIMENSION4_LEVEL_VALUE
115: ,DIMENSION5_LEVEL_VALUE
116: ,DIMENSION6_LEVEL_VALUE
117: ,DIMENSION7_LEVEL_VALUE
118: FROM bis_user_ind_selections
119: WHERE TARGET_LEVEL_ID = l_Target_Level_id;
120:
121: BEGIN
122: