DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_POSITION_PAY_DISTRIBUTIONS

Line 340: from PSB_POSITION_PAY_DISTRIBUTIONS

336:
337: cursor c_dist is
338: select count(*) count_dist,
339: Max(last_update_date) lud_dist
340: from PSB_POSITION_PAY_DISTRIBUTIONS
341: where data_extract_id = p_data_extract_id;
342:
343: BEGIN
344: