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 807: -- Standard check of p_commit.

803: x_msg_data := x_errmsg;
804: return;
805: END IF;
806:
807: -- Standard check of p_commit.
808: IF FND_API.To_Boolean( p_commit )
809: THEN
810: COMMIT;
811: END IF;

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

871:
872: IF ( nvl(l_no_of_records,0) > 1 )
873: THEN
874: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
875: x_msg_data := arp_standard.fnd_message('AR_INAPI_MULTIPLE_HEADERS');
876: return;
877: END IF;
878:
879:

Line 1637: | Standard start of API savepoint |

1633: BEGIN
1634:
1635:
1636: /*------------------------------------+
1637: | Standard start of API savepoint |
1638: +------------------------------------*/
1639:
1640: SAVEPOINT Delete_Transaction_Pub;
1641:

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

1639:
1640: SAVEPOINT Delete_Transaction_Pub;
1641:
1642: /*--------------------------------------------------+
1643: | Standard call to check for call compatibility |
1644: +--------------------------------------------------*/
1645:
1646: IF NOT FND_API.Compatible_API_Call(
1647: l_api_version,

Line 1886: | Standard check of p_commit |

1882:
1883: END IF;
1884:
1885: /*--------------------------------+
1886: | Standard check of p_commit |
1887: +--------------------------------*/
1888:
1889: IF FND_API.To_Boolean( p_commit )
1890: THEN ar_invoice_utils.debug('committing');