DBA Data[Home] [Help]

APPS.BIS_MEASURE_SECURITY_PUB dependencies on FND_API

Line 50: , p_commit IN VARCHAR2 := FND_API.G_FALSE

46: -- creates one Measure, with the dimensions sequenced in the order
47: -- they are passed in
48: PROCEDURE Create_Measure_Security
49: ( p_api_version IN NUMBER
50: , p_commit IN VARCHAR2 := FND_API.G_FALSE
51: ,p_Measure_Security_Rec IN BIS_MEASURE_SECURITY_PUB.Measure_Security_Rec_Type
52: , x_return_status OUT NOCOPY VARCHAR2
53: , x_error_Tbl OUT NOCOPY BIS_UTILITIES_PUB.Error_Tbl_Type
54: );

Line 83: , p_commit IN VARCHAR2 := FND_API.G_FALSE

79: -- 1) no Measure levels or targets exist
80: -- 2) no users have selected to see actuals for the Measure
81: PROCEDURE Update_Measure_Security
82: ( p_api_version IN NUMBER
83: , p_commit IN VARCHAR2 := FND_API.G_FALSE
84: ,p_Measure_Security_Rec IN BIS_MEASURE_SECURITY_PUB.Measure_Security_Rec_Type
85: , x_return_status OUT NOCOPY VARCHAR2
86: , x_error_Tbl OUT NOCOPY BIS_UTILITIES_PUB.Error_Tbl_Type
87: );

Line 97: , p_commit IN VARCHAR2 := FND_API.G_FALSE

93: -- 2) the Measure access has not been granted to a resonsibility
94: -- 3) no users have selected to see actuals for the Measure
95: PROCEDURE Delete_Measure_Security
96: ( p_api_version IN NUMBER
97: , p_commit IN VARCHAR2 := FND_API.G_FALSE
98: ,p_Measure_Security_Rec IN BIS_MEASURE_SECURITY_PUB.Measure_Security_Rec_Type
99: , x_return_status OUT NOCOPY VARCHAR2
100: , x_error_Tbl OUT NOCOPY BIS_UTILITIES_PUB.Error_Tbl_Type
101: );

Line 126: ( p_commit IN VARCHAR2 := FND_API.G_FALSE

122: --
123: -- new API to delete the responsibilities attached to the target levels
124: -- pertaining to the measure specified by the measure short name
125: PROCEDURE Delete_TargetLevel_Resp
126: ( p_commit IN VARCHAR2 := FND_API.G_FALSE
127: , p_measure_short_name IN VARCHAR2
128: , x_return_status OUT NOCOPY VARCHAR2
129: , x_error_Tbl OUT NOCOPY BIS_UTILITIES_PUB.Error_Tbl_Type
130: );