DBA Data[Home] [Help]

APPS.AR_DEPOSIT_API_PUB dependencies on STANDARD

Line 364: -- Standard API parameters.

360: *=======================================================================*/
361:
362:
363: PROCEDURE CREATE_DEPOSIT(
364: -- Standard API parameters.
365: p_api_version IN NUMBER,
366: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE,
367: p_commit IN VARCHAR2 := FND_API.G_TRUE,
368: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 782: | Standard start of API savepoint |

778: l_term_id := p_term_id;
779: l_payment_trxn_extension_id := p_payment_trxn_extension_id;
780:
781: /*------------------------------------+
782: | Standard start of API savepoint |
783: +------------------------------------*/
784:
785: SAVEPOINT Create_Deposit_PVT;
786: arp_util.debug('Save point defined and calling compatible API call ');

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

784:
785: SAVEPOINT Create_Deposit_PVT;
786: arp_util.debug('Save point defined and calling compatible API call ');
787: /*--------------------------------------------------+
788: | Standard call to check for call compatibility |
789: +--------------------------------------------------*/
790:
791: IF NOT FND_API.Compatible_API_Call(
792: l_api_version,

Line 1546: | Standard check of p_commit |

1542: END IF;
1543: --bug 3177345
1544:
1545: /*--------------------------------+
1546: | Standard check of p_commit |
1547: +--------------------------------*/
1548:
1549: IF FND_API.To_Boolean( p_commit )
1550: THEN

Line 1602: -- Standard API parameters.

1598:
1599: PROCEDURE insert_non_rev_salescredit
1600:
1601: (
1602: -- Standard API parameters.
1603: p_api_version IN NUMBER,
1604: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE,
1605: p_commit IN VARCHAR2 := FND_API.G_TRUE,
1606: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 1670: | Standard start of API savepoint |

1666: arp_util.debug('AR_DEPOSIT_API_PUB.insert_non_rev_salescredit()+ ');
1667: arp_util.debug('initialize local variable ');
1668:
1669: /*------------------------------------+
1670: | Standard start of API savepoint |
1671: +------------------------------------*/
1672:
1673: SAVEPOINT Create_non_rev_sales_PVT;
1674: arp_util.debug('Save point defined and calling compatible API call ');

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

1672:
1673: SAVEPOINT Create_non_rev_sales_PVT;
1674: arp_util.debug('Save point defined and calling compatible API call ');
1675: /*--------------------------------------------------+
1676: | Standard call to check for call compatibility |
1677: +--------------------------------------------------*/
1678:
1679: IF NOT FND_API.Compatible_API_Call(
1680: l_api_version,

Line 2020: | Standard check of p_commit |

2016: return;
2017: END;
2018:
2019: /*--------------------------------+
2020: | Standard check of p_commit |
2021: +--------------------------------*/
2022:
2023: IF FND_API.To_Boolean( p_commit )
2024: THEN

Line 2216: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;

2212: l_payer_rec.org_type := NULL;
2213:
2214: end if;
2215:
2216: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;
2217: l_trxn_attribs_rec.order_id := l_trx_number;
2218: l_trxn_attribs_rec.Trxn_Ref_Number1 := 'TRANSACTION';
2219: l_trxn_attribs_rec.Trxn_Ref_Number2 := l_customer_trx_id;
2220: l_assignment_id := l_assignment_id;

Line 2247: arp_standard.debug('the copied value of trx_entn is ' || o_payment_trxn_extension_id );

2243: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
2244:
2245: o_payment_trxn_extension_id := p_trxn_entity_id ;
2246:
2247: arp_standard.debug('the copied value of trx_entn is ' || o_payment_trxn_extension_id );
2248:
2249:
2250: update ra_customer_trx
2251: set payment_trxn_extension_id = o_payment_trxn_extension_id