DBA Data[Home] [Help]

APPS.PER_CAGR_UTILITY_PKG dependencies on PQH_GSP_ELECTABLE_CHOICE_V

Line 1169: from pqh_gsp_electable_choice_v

1165: ,current_step_name
1166: ,current_sal
1167: ,currency_code
1168: ,currency_name
1169: from pqh_gsp_electable_choice_v
1170: where assignment_id = p_assignment_id
1171: and rownum <= 1;
1172:
1173: l_proc VARCHAR2(72) := g_pkg||'populate_current_asg';