DBA Data[Home] [Help]

APPS.PSB_BUDGET_PERIOD_PVT dependencies on STANDARD

Line 269: -- Standard check of p_commit.

265: p_requery := 'Y' ;
266: end if;
267:
268: --
269: -- Standard check of p_commit.
270: if FND_API.to_Boolean (p_commit) then
271: commit work;
272: end if;
273: -- Standard call to get message count and if count is 1, get message info.

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

269: -- Standard check of p_commit.
270: if FND_API.to_Boolean (p_commit) then
271: commit work;
272: end if;
273: -- Standard call to get message count and if count is 1, get message info.
274: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
275: p_data => p_msg_data);
276: --
277: EXCEPTION

Line 658: -- Standard check of p_commit.

654: END IF ;
655:
656: --
657: --
658: -- Standard check of p_commit.
659:
660: if FND_API.to_Boolean (p_commit) then
661: commit work;
662: end if;

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

660: if FND_API.to_Boolean (p_commit) then
661: commit work;
662: end if;
663:
664: -- Standard call to get message count and if count is 1, get message info.
665:
666: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
667: p_data => p_msg_data);
668: --

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

790: --
791: if FND_API.to_Boolean (p_commit) then
792: commit work;
793: end if;
794: -- Standard call to get message count and if count is 1, get message info.
795: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
796: p_data => p_msg_data);
797:
798: return;

Line 833: -- Standard check of p_commit.

829: p_attribute10,
830: p_context,
831: p_mode,
832: p_requery );
833: -- Standard check of p_commit.
834:
835: if FND_API.to_Boolean (p_commit) then
836: commit work;
837: end if;

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

835: if FND_API.to_Boolean (p_commit) then
836: commit work;
837: end if;
838:
839: -- Standard call to get message count and if count is 1, get message info.
840:
841: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
842: p_data => p_msg_data);
843:

Line 907: -- Standard check of p_commit.

903: -- raise no_data_found;
904: raise FND_API.G_EXC_ERROR ;
905: end if;
906: --
907: -- Standard check of p_commit.
908: --
909: if FND_API.to_Boolean (p_commit) then
910: commit work;
911: end if;

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

909: if FND_API.to_Boolean (p_commit) then
910: commit work;
911: end if;
912:
913: -- Standard call to get message count and if count is 1, get message info.
914:
915: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
916: p_data => p_msg_data);
917: --

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

1107: END IF;
1108: --
1109: p_return_status := FND_API.G_RET_STS_SUCCESS ;
1110:
1111: -- Standard call to get message count and if count is 1, get message info.
1112: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1113: p_data => p_msg_data);
1114: --
1115: --

Line 1568: -- Standard Start of API savepoint

1564: l_calc_type VARCHAR2(10);
1565: l_year_type VARCHAR2(10);
1566: --
1567: BEGIN
1568: -- Standard Start of API savepoint
1569:
1570: SAVEPOINT Copy_Years_In_Calendar;
1571:
1572: -- Initialize message list if p_init_msg_list is set to TRUE.