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 775: -- Standard Start of API savepoint

771: l_api_version CONSTANT NUMBER := 1.0;
772:
773: BEGIN
774:
775: -- Standard Start of API savepoint
776: SAVEPOINT set_final_match_flag_PVT;
777:
778: -- Initialize message list if p_init_msg_list is set to TRUE.
779: IF FND_API.to_Boolean (p_init_msg_list) THEN

Line 810: -- Standard check of p_commit.

806: WHERE line_location_id = p_entity_id_tbl(i);
807:
808: END IF;
809:
810: -- Standard check of p_commit.
811: IF FND_API.To_Boolean (p_commit) THEN
812: COMMIT;
813: END IF;
814:

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

811: IF FND_API.To_Boolean (p_commit) THEN
812: COMMIT;
813: END IF;
814:
815: -- Standard call to get message count and if count is 1, get message info.
816: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
817: p_data => x_msg_data );
818:
819: