DBA Data[Home] [Help]

APPS.PO_AP_INVOICE_MATCH_GRP dependencies on STANDARD

Line 46: -- Standard API Savepoint

42: PO_LOG.get_subprogram_base(D_PACKAGE_BASE, l_api_name);
43: d_position NUMBER := 0;
44: BEGIN
45:
46: -- Standard API Savepoint
47: SAVEPOINT update_document_ap_values_SP;
48:
49: IF PO_LOG.d_proc THEN
50: PO_LOG.proc_begin(d_mod,'p_api_version',p_api_version);

Line 719: -- Standard Start of API savepoint

715: l_api_version CONSTANT NUMBER := 1.0;
716:
717: BEGIN
718:
719: -- Standard Start of API savepoint
720: SAVEPOINT set_final_match_flag_PVT;
721:
722: -- Initialize message list if p_init_msg_list is set to TRUE.
723: IF FND_API.to_Boolean (p_init_msg_list) THEN

Line 754: -- Standard check of p_commit.

750: WHERE line_location_id = p_entity_id_tbl(i);
751:
752: END IF;
753:
754: -- Standard check of p_commit.
755: IF FND_API.To_Boolean (p_commit) THEN
756: COMMIT;
757: END IF;
758:

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

755: IF FND_API.To_Boolean (p_commit) THEN
756: COMMIT;
757: END IF;
758:
759: -- Standard call to get message count and if count is 1, get message info.
760: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
761: p_data => x_msg_data );
762:
763: