DBA Data[Home] [Help]

APPS.OKE_PRINT_FORM_PUB dependencies on STANDARD

Line 1361: -- Standard Start of API savepoint

1357: l_return_status VARCHAR2(1);
1358:
1359: BEGIN
1360: --
1361: -- Standard Start of API savepoint
1362: --
1363: SAVEPOINT create_print_form_pub;
1364:
1365: --

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

1451: COMMIT WORK;
1452: END IF;
1453:
1454: --
1455: -- Standard call to get message count and if count is 1, get message
1456: -- info
1457: --
1458: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
1459: , p_data => x_msg_data );

Line 1528: -- Standard Start of API savepoint

1524: l_return_status VARCHAR2(1);
1525:
1526: BEGIN
1527: --
1528: -- Standard Start of API savepoint
1529: --
1530: SAVEPOINT update_print_form_pub;
1531:
1532: --

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

1617: COMMIT WORK;
1618: END IF;
1619:
1620: --
1621: -- Standard call to get message count and if count is 1, get message
1622: -- info
1623: --
1624: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
1625: , p_data => x_msg_data );