DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_TRX_VALIDATE

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

966: p_adjustment_id := NULL;
967:
968: -- check form version to determine if it is compatible with the
969: -- entity handler.
970: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
971:
972: -- Lock rows in other tables that reference this customer_trx_id
973: arp_trx_util.lock_transaction(p_adj_rec.customer_trx_id);
974:

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

1606: | check form version to determine if it is compatible with the |
1607: | entity handler. |
1608: +----------------------------------------------------------------*/
1609:
1610: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
1611:
1612:
1613: /*-------------------------------------------------------------------+
1614: | If the adjustment record parameter does not have all the columns |

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

2055: | check form version to determine if it is compatible with the |
2056: | entity handler. |
2057: +-----------------------------------------------------------------*/
2058:
2059: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
2060:
2061:
2062: /*-------------------------------------------------------------------+
2063: | If the adjustment record parameter does not have all the columns |