DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_SS_PKG dependencies on PAY_JP_ISDF_CALC_DCT_V

Line 3090: from pay_jp_isdf_calc_dct_v

3086: --
3087: cursor csr_calc_dct
3088: is
3089: select *
3090: from pay_jp_isdf_calc_dct_v
3091: where assignment_action_id = l_assact_rec.assignment_action_id
3092: and action_context_type = 'AAP'
3093: and action_information_category = 'JP_ISDF_CALC_DCT'
3094: and status <> 'D';

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 3299: from pay_jp_isdf_calc_dct_v

3295: --
3296: cursor csr_calc_dct
3297: is
3298: select *
3299: from pay_jp_isdf_calc_dct_v
3300: where assignment_action_id = l_assact_rec.assignment_action_id
3301: and action_context_type = 'AAP'
3302: and action_information_category = 'JP_ISDF_CALC_DCT'
3303: 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';