DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_SS_PKG dependencies on PAY_JP_ISDF_CALC_DCT_V2

Line 3099: from pay_jp_isdf_calc_dct_v2

3095: --
3096: cursor csr_calc_dct2
3097: is
3098: select *
3099: from pay_jp_isdf_calc_dct_v2
3100: where assignment_action_id = l_assact_rec.assignment_action_id
3101: and action_context_type = 'AAP'
3102: and action_information_category = 'JP_ISDF_CALC_DCT2'
3103: and status <> 'D';

Line 3308: from pay_jp_isdf_calc_dct_v2

3304: --
3305: cursor csr_calc_dct2
3306: is
3307: select *
3308: from pay_jp_isdf_calc_dct_v2
3309: where assignment_action_id = l_assact_rec.assignment_action_id
3310: and action_context_type = 'AAP'
3311: and action_information_category = 'JP_ISDF_CALC_DCT2'
3312: and status <> 'D';