DBA Data[Home] [Help]

APPS.PA_INTERFACE_UTILS_PUB dependencies on STANDARD

Line 125: -- Standard Api compatibility call

121: l_ou_id number;
122: -- 4363092 end
123:
124: BEGIN
125: -- Standard Api compatibility call
126: IF NOT FND_API.Compatible_API_Call ( l_api_version_number ,
127: p_api_version_number ,
128: l_api_name ,
129: G_PKG_NAME )

Line 502: -- Standard call to get message count and if count is 1, get message info

498: p_current_period_end_date := l_current_pa_end_date;
499:
500: END IF;
501:
502: -- Standard call to get message count and if count is 1, get message info
503: FND_MSG_PUB.Count_And_Get
504: ( p_count => p_msg_count,
505: p_data => p_msg_data
506: );