DBA Data[Home] [Help]

APPS.OZF_CLAIM_UTILITY_PVT dependencies on OZF_UTILITY_PVT

Line 73: OZF_Utility_PVT.debug_message(l_full_name||': start');

69: -- Standard Start of API savepoint
70: SAVEPOINT Check_Claim_ACC;
71:
72: IF OZF_DEBUG_HIGH_ON THEN
73: OZF_Utility_PVT.debug_message(l_full_name||': start');
74: END IF;
75:
76: -- Standard call to check for call compatibility.
77: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 120: OZF_Utility_PVT.debug_message('user_id='||p_user_id||' update_access is '||l_access);

116: END IF;
117: END IF;
118:
119: IF OZF_DEBUG_HIGH_ON THEN
120: OZF_Utility_PVT.debug_message('user_id='||p_user_id||' update_access is '||l_access);
121: OZF_Utility_PVT.debug_message('claim access is '||x_access);
122: END IF;
123:
124: --

Line 121: OZF_Utility_PVT.debug_message('claim access is '||x_access);

117: END IF;
118:
119: IF OZF_DEBUG_HIGH_ON THEN
120: OZF_Utility_PVT.debug_message('user_id='||p_user_id||' update_access is '||l_access);
121: OZF_Utility_PVT.debug_message('claim access is '||x_access);
122: END IF;
123:
124: --
125: -- End of API body

Line 134: OZF_Utility_PVT.debug_message(l_full_name||': end');

130: COMMIT WORK;
131: END IF;
132:
133: IF OZF_DEBUG_HIGH_ON THEN
134: OZF_Utility_PVT.debug_message(l_full_name||': end');
135: END IF;
136:
137: -- Standard call to get message count and if count is 1, get message info.
138: FND_MSG_PUB.Count_And_Get