DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_TRX_VALIDATE

Line 1197: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

1193: p_adjustment_id := NULL;
1194:
1195: -- check form version to determine if it is compatible with the
1196: -- entity handler.
1197: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
1198:
1199: -- Lock rows in other tables that reference this customer_trx_id
1200: arp_trx_util.lock_transaction(p_adj_rec.customer_trx_id);
1201:

Line 1902: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

1898: | check form version to determine if it is compatible with the |
1899: | entity handler. |
1900: +----------------------------------------------------------------*/
1901:
1902: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
1903:
1904:
1905: /*-------------------------------------------------------------------+
1906: | If the adjustment record parameter does not have all the columns |

Line 2487: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

2483: | check form version to determine if it is compatible with the |
2484: | entity handler. |
2485: +-----------------------------------------------------------------*/
2486:
2487: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
2488:
2489:
2490: /*-------------------------------------------------------------------+
2491: | If the adjustment record parameter does not have all the columns |