DBA Data[Home] [Help]

APPS.GHR_POSN_COPY dependencies on PQH_COPY_ENTITY_RESULTS

Line 1081: -- Bug#2944210 Update the Newly Created Position Name into pqh_copy_entity_results Table

1077: -- Add Creation of Position Extra Info Here --
1078: --
1079: create_all_posn_ei(l_source_posn_id, p_effective_date, p_position_id, l_session_date);
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: --

Line 1082: UPDATE pqh_copy_entity_results

1078: --
1079: create_all_posn_ei(l_source_posn_id, p_effective_date, p_position_id, l_session_date);
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: