DBA Data[Home] [Help]

APPS.PAY_STANDARD_CHECK dependencies on PAY_BATCH_HEADERS

Line 175: from pay_batch_headers

171: -- First of all find out if BEE_IV_UPG upgrade has been executed
172:
173: select business_group_id
174: into l_business_group_id
175: from pay_batch_headers
176: where batch_id = p_batch_id;
177:
178: l_bee_iv_upgrade := pay_core_utils.get_upgrade_status(l_business_group_id,'BEE_IV_UPG');
179: