DBA Data[Home] [Help]

APPS.GHR_POSN_COPY dependencies on PQH_GENERIC

Line 1084: WHERE copy_entity_result_id = pqh_generic.g_result_id ;

1080:
1081: -- Bug#2944210 Update the Newly Created Position Name into pqh_copy_entity_results Table
1082: UPDATE pqh_copy_entity_results
1083: SET information1 = p_name
1084: WHERE copy_entity_result_id = pqh_generic.g_result_id ;
1085: --
1086:
1087: END create_position_copy;
1088: