DBA Data[Home] [Help]

APPS.HZ_PARTY_MERGE dependencies on FND_APPLICATION

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

398: from hz_merge_dictionary
399: where fk_data_type is null;
400:
401: cursor app_name(app_id NUMBER) IS
402: Select application_short_name from fnd_application where application_id=app_id;
403:
404: cursor get_batch_party_id_csr is
405: select batch_party_id
406: from hz_merge_parties

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

2135: TYPE SubEntType IS REF CURSOR;
2136: c_dict_details SubEntType;
2137:
2138: cursor app_name(app_id NUMBER) IS
2139: Select application_short_name from fnd_application where application_id=app_id;
2140:
2141: BEGIN
2142:
2143: -- Dynamically constructed SQL statement for locking all records