DBA Data[Home] [Help]

APPS.GMD_STABILITY_STUDIES_GRP dependencies on GMD_SPEC_GRP

Line 678: GMD_SPEC_GRP.change_status( p_table_name => 'GMD_STABILITY_STUDIES_B'

674: AND target_status = p_target_status
675: AND entity_type = 'STABILITY' ;
676:
677: IF l_pending_status IS NULL OR l_rework_status IS NULL THEN
678: GMD_SPEC_GRP.change_status( p_table_name => 'GMD_STABILITY_STUDIES_B'
679: , p_id => p_ss_id
680: , p_source_status => p_start_status
681: , p_target_status => p_target_status
682: , p_mode => 'A'

Line 739: GMD_SPEC_GRP.change_status( p_table_name => 'GMD_STABILITY_STUDIES_B'

735: -- to request for approval and kick off the workflow.
736: -- if no approvals are setup , workflow will send notification to the owner of stability study.
737: -- removing the call to AME api's.
738:
739: GMD_SPEC_GRP.change_status( p_table_name => 'GMD_STABILITY_STUDIES_B'
740: , p_id => p_ss_id
741: , p_source_status => p_start_status
742: , p_target_status => p_target_status
743: , p_mode => 'P'