DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_SS_PKG dependencies on PAY_JP_ISDF_CALC_DCT_V

Line 2544: from pay_jp_isdf_calc_dct_v

2540: --
2541: cursor csr_calc_dct
2542: is
2543: select *
2544: from pay_jp_isdf_calc_dct_v
2545: where assignment_action_id = l_assact_rec.assignment_action_id
2546: and action_context_type = 'AAP'
2547: and action_information_category = 'JP_ISDF_CALC_DCT'
2548: and status <> 'D';

Line 2697: from pay_jp_isdf_calc_dct_v

2693: --
2694: cursor csr_calc_dct
2695: is
2696: select *
2697: from pay_jp_isdf_calc_dct_v
2698: where assignment_action_id = l_assact_rec.assignment_action_id
2699: and action_context_type = 'AAP'
2700: and action_information_category = 'JP_ISDF_CALC_DCT'
2701: and status <> 'D';