DBA Data[Home] [Help]

APPS.IBU_ORDER_CAPTURE dependencies on STANDARD

Line 672: -- Standard check of p_commit.

668: X_RETURN_LINE_TBL (i).STATUS := l_return_line_tbl (i).status;
669: end loop;
670: end if;
671:
672: -- Standard check of p_commit.
673: IF FND_API.To_Boolean( p_commit ) THEN
674: COMMIT WORK;
675: END IF;
676: -- Standard call to get message count and if count is 1, get message info.

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

672: -- Standard check of p_commit.
673: IF FND_API.To_Boolean( p_commit ) THEN
674: COMMIT WORK;
675: END IF;
676: -- Standard call to get message count and if count is 1, get message info.
677: FND_MSG_PUB.Count_And_Get
678: (p_count => x_msg_count ,
679: p_data => x_msg_data
680: );