DBA Data[Home] [Help]

APPS.AR_DEPOSIT_API_PUB dependencies on ARP_PROCESS_HEADER

Line 201: | arp_process_header_insrt_cover.insert_header_cover

197: | ARP_TRX_VALIDATE.val_and_dflt_pay_mthd_and_bank
198: | ar_deposit_lib_pvt.Validate_Desc_Flexfield
199: | ar_deposit_lib_pvt.get_doc_seq
200: | FND_MSG_PUB.Count_And_Get
201: | arp_process_header_insrt_cover.insert_header_cover
202: | FND_MESSAGE.SET_NAME
203: | FND_MSG_PUB.Add;
204: | arp_process_header.post_commit
205: |

Line 204: | arp_process_header.post_commit

200: | FND_MSG_PUB.Count_And_Get
201: | arp_process_header_insrt_cover.insert_header_cover
202: | FND_MESSAGE.SET_NAME
203: | FND_MSG_PUB.Add;
204: | arp_process_header.post_commit
205: |
206: | PARAMETERS
207: | Parameter Type Description
208: | p_api_version IN Used to compare version numbers of

Line 1250: | arp_process_header_insrt_cover.insert_header_cover |

1246: END;
1247:
1248: /*-----------------------------------------------------------------------------+
1249: | Inserting Header and line for commitment calling the routine , |
1250: | arp_process_header_insrt_cover.insert_header_cover |
1251: +-----------------------------------------------------------------------------*/
1252: BEGIN
1253: arp_process_header_insrt_cover.insert_header_cover(
1254: G_PKG_NAME,

Line 1253: arp_process_header_insrt_cover.insert_header_cover(

1249: | Inserting Header and line for commitment calling the routine , |
1250: | arp_process_header_insrt_cover.insert_header_cover |
1251: +-----------------------------------------------------------------------------*/
1252: BEGIN
1253: arp_process_header_insrt_cover.insert_header_cover(
1254: G_PKG_NAME,
1255: p_api_version,
1256: 'DEP', -- p_class, --p_class can be used for future enhancement
1257: l_default_gl_date,

Line 1419: arp_util.debug('arp_process_header_insrt_cover.insert_header_cover: l_new_status'||l_new_status );

1415: X_new_trx_number := l_new_trx_number;
1416: X_new_customer_trx_id := l_new_customer_trx_id;
1417: X_new_customer_trx_line_id := l_new_customer_trx_line_id;
1418: X_new_rowid := l_new_rowid;
1419: arp_util.debug('arp_process_header_insrt_cover.insert_header_cover: l_new_status'||l_new_status );
1420: EXCEPTION
1421: WHEN Others THEN
1422: FND_MESSAGE.SET_NAME('AR','AR_DAPI_INSERT_HEADER_ST');
1423: FND_MSG_PUB.Add;

Line 1491: | arp_process_header_insrt_cover.insert_header_cover using |

1487: -- ****update ra_customer_trx and line for globalization felx
1488:
1489: /*-----------------------------------------------------------------------------+
1490: | Posting commit activities i.e completing the deposit create by routine , |
1491: | arp_process_header_insrt_cover.insert_header_cover using |
1492: | arp_process_header.post_commit |
1493: +-----------------------------------------------------------------------------*/
1494:
1495:

Line 1492: | arp_process_header.post_commit |

1488:
1489: /*-----------------------------------------------------------------------------+
1490: | Posting commit activities i.e completing the deposit create by routine , |
1491: | arp_process_header_insrt_cover.insert_header_cover using |
1492: | arp_process_header.post_commit |
1493: +-----------------------------------------------------------------------------*/
1494:
1495:
1496: IF l_new_customer_trx_id IS NOT NULL

Line 1499: arp_process_header.post_commit( 'AR_DEPOSIT_API_PUB',

1495:
1496: IF l_new_customer_trx_id IS NOT NULL
1497: THEN
1498: BEGIN
1499: arp_process_header.post_commit( 'AR_DEPOSIT_API_PUB',
1500: 1.0,
1501: l_new_customer_trx_id,
1502: NULL,
1503: 'Y',