DBA Data[Home] [Help]

APPS.HZ_PARTY_MERGE dependencies on FND_APPLICATION

Line 379: Select application_short_name from fnd_application where application_id=app_id;

375: from hz_merge_dictionary
376: where fk_data_type is null;
377:
378: cursor app_name(app_id NUMBER) IS
379: Select application_short_name from fnd_application where application_id=app_id;
380:
381: cursor get_batch_party_id_csr is
382: select batch_party_id
383: from hz_merge_parties

Line 2099: Select application_short_name from fnd_application where application_id=app_id;

2095: TYPE SubEntType IS REF CURSOR;
2096: c_dict_details SubEntType;
2097:
2098: cursor app_name(app_id NUMBER) IS
2099: Select application_short_name from fnd_application where application_id=app_id;
2100:
2101: BEGIN
2102:
2103: -- Dynamically constructed SQL statement for locking all records