DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PER_GRADES

Line 78: p_name IN per_grades.name%TYPE ,

74:
75:
76: procedure chk_grd_details
77: (
78: p_name IN per_grades.name%TYPE ,
79: p_short_name IN per_grades.short_name%TYPE,
80: p_business_group_id IN per_grades.business_group_id%TYPE,
81: p_grade_id IN per_grades.grade_id%TYPE default NULL,
82: p_copy_entity_result_id IN ben_copy_entity_results.copy_entity_result_id%TYPE default NULL,

Line 79: p_short_name IN per_grades.short_name%TYPE,

75:
76: procedure chk_grd_details
77: (
78: p_name IN per_grades.name%TYPE ,
79: p_short_name IN per_grades.short_name%TYPE,
80: p_business_group_id IN per_grades.business_group_id%TYPE,
81: p_grade_id IN per_grades.grade_id%TYPE default NULL,
82: p_copy_entity_result_id IN ben_copy_entity_results.copy_entity_result_id%TYPE default NULL,
83: p_copy_entity_txn_id IN ben_copy_entity_results.copy_entity_txn_id%TYPE,

Line 80: p_business_group_id IN per_grades.business_group_id%TYPE,

76: procedure chk_grd_details
77: (
78: p_name IN per_grades.name%TYPE ,
79: p_short_name IN per_grades.short_name%TYPE,
80: p_business_group_id IN per_grades.business_group_id%TYPE,
81: p_grade_id IN per_grades.grade_id%TYPE default NULL,
82: p_copy_entity_result_id IN ben_copy_entity_results.copy_entity_result_id%TYPE default NULL,
83: p_copy_entity_txn_id IN ben_copy_entity_results.copy_entity_txn_id%TYPE,
84: p_status OUT NOCOPY VARCHAR

Line 81: p_grade_id IN per_grades.grade_id%TYPE default NULL,

77: (
78: p_name IN per_grades.name%TYPE ,
79: p_short_name IN per_grades.short_name%TYPE,
80: p_business_group_id IN per_grades.business_group_id%TYPE,
81: p_grade_id IN per_grades.grade_id%TYPE default NULL,
82: p_copy_entity_result_id IN ben_copy_entity_results.copy_entity_result_id%TYPE default NULL,
83: p_copy_entity_txn_id IN ben_copy_entity_results.copy_entity_txn_id%TYPE,
84: p_status OUT NOCOPY VARCHAR
85: );