DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on STANDARD

Line 387: | Standard call to check for call compatibility |

383: END IF;
384:
385: SAVEPOINT Create_Invoice;
386: /*--------------------------------------------------+
387: | Standard call to check for call compatibility |
388: +--------------------------------------------------*/
389:
390: IF NOT FND_API.Compatible_API_Call(
391: l_api_version,

Line 489: x_msg_data := arp_standard.fnd_message('AR_INAPI_TABLES_EMPTY');

485:
486: IF (l_trx_header_tbl.COUNT = 0) OR (l_trx_lines_tbl.COUNT = 0) THEN
487: ROLLBACK to Create_Invoice;
488: x_return_status := fnd_api.g_ret_sts_unexp_error;
489: x_msg_data := arp_standard.fnd_message('AR_INAPI_TABLES_EMPTY');
490: RETURN;
491: END IF;
492:
493: IF pg_debug = 'Y'

Line 874: -- Standard check of p_commit.

870: END;
871: ar_invoice_utils.debug (' Exiting from JL Code Hook');
872: END IF;
873:
874: -- Standard check of p_commit.
875: IF FND_API.To_Boolean( p_commit )
876: THEN
877: COMMIT;
878: END IF;

Line 941: x_msg_data := arp_standard.fnd_message('AR_INAPI_MULTIPLE_HEADERS');

937:
938: IF ( nvl(l_no_of_records,0) > 1 )
939: THEN
940: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
941: x_msg_data := arp_standard.fnd_message('AR_INAPI_MULTIPLE_HEADERS');
942: return;
943: END IF;
944:
945: AR_INVOICE_API_PUB.g_customer_trx_id := NULL; -- manishri, Bug 9915107.

Line 1704: | Standard start of API savepoint |

1700: BEGIN
1701:
1702:
1703: /*------------------------------------+
1704: | Standard start of API savepoint |
1705: +------------------------------------*/
1706:
1707: SAVEPOINT Delete_Transaction_Pub;
1708:

Line 1710: | Standard call to check for call compatibility |

1706:
1707: SAVEPOINT Delete_Transaction_Pub;
1708:
1709: /*--------------------------------------------------+
1710: | Standard call to check for call compatibility |
1711: +--------------------------------------------------*/
1712:
1713: IF NOT FND_API.Compatible_API_Call(
1714: l_api_version,

Line 1953: | Standard check of p_commit |

1949:
1950: END IF;
1951:
1952: /*--------------------------------+
1953: | Standard check of p_commit |
1954: +--------------------------------*/
1955:
1956: IF FND_API.To_Boolean( p_commit )
1957: THEN ar_invoice_utils.debug('committing');