DBA Data[Home] [Help]

APPS.CN_ACC_PERIODS_PVT dependencies on STANDARD

Line 356: -- Standard call to check for call compatibility.

352: ORDER BY cn.start_date;
353:
354:
355: BEGIN
356: -- Standard call to check for call compatibility.
357: IF NOT FND_API.Compatible_API_Call
358: (l_api_version ,
359: p_api_version ,
360: l_api_name ,

Line 603: -- Standard check of p_commit.

599: -- END IF;
600:
601: -- End of API body.
602:
603: -- Standard check of p_commit.
604: IF FND_API.To_Boolean( p_commit ) THEN
605: COMMIT WORK;
606: END IF;
607: -- Standard call to get message count and if count is 1, get message info.

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

603: -- Standard check of p_commit.
604: IF FND_API.To_Boolean( p_commit ) THEN
605: COMMIT WORK;
606: END IF;
607: -- Standard call to get message count and if count is 1, get message info.
608: FND_MSG_PUB.count_and_get
609: (p_count => x_msg_count ,
610: p_data => x_msg_data ,
611: p_encoded => FND_API.G_FALSE );