DBA Data[Home] [Help]

APPS.PAY_NL_SI_PKG dependencies on STANDARD

Line 61: -- Function : get_standard_si_part_time_perc

57: FUNCTION get_day_of_week(p_date date) return number;
58:
59:
60: -------------------------------------------------------------------------------
61: -- Function : get_standard_si_part_time_perc
62: -- To get the Standard SI Part time Percentage using
63: -- Assignment Id,Date Earned, Business Group Id and Assignment action Id.
64: ---------------------------------------------------------------------------------
65: FUNCTION get_standard_si_part_time_perc (p_assignment_id IN NUMBER

Line 62: -- To get the Standard SI Part time Percentage using

58:
59:
60: -------------------------------------------------------------------------------
61: -- Function : get_standard_si_part_time_perc
62: -- To get the Standard SI Part time Percentage using
63: -- Assignment Id,Date Earned, Business Group Id and Assignment action Id.
64: ---------------------------------------------------------------------------------
65: FUNCTION get_standard_si_part_time_perc (p_assignment_id IN NUMBER
66: ,p_date_earned IN DATE

Line 65: FUNCTION get_standard_si_part_time_perc (p_assignment_id IN NUMBER

61: -- Function : get_standard_si_part_time_perc
62: -- To get the Standard SI Part time Percentage using
63: -- Assignment Id,Date Earned, Business Group Id and Assignment action Id.
64: ---------------------------------------------------------------------------------
65: FUNCTION get_standard_si_part_time_perc (p_assignment_id IN NUMBER
66: ,p_date_earned IN DATE
67: ,p_business_group_id IN NUMBER
68: ,p_assignment_action_id IN NUMBER) RETURN number;
69: -------------------------------------------------------------------------------

Line 71: -- To get the Standard SI Part time Percentage using

67: ,p_business_group_id IN NUMBER
68: ,p_assignment_action_id IN NUMBER) RETURN number;
69: -------------------------------------------------------------------------------
70: -- Function : get_pseudo_si_part_time_perc
71: -- To get the Standard SI Part time Percentage using
72: -- Assignment Id,Date Earned, Business Group Id and Assignment action Id.
73: ---------------------------------------------------------------------------------
74: FUNCTION get_pseudo_si_part_time_perc (p_assignment_id IN NUMBER
75: ,p_date_earned IN DATE

Line 80: -- To get the Standard SI Part time Percentage for Reporting using

76: ,p_business_group_id IN NUMBER
77: ,p_assignment_action_id IN NUMBER) RETURN number;
78: -------------------------------------------------------------------------------
79: -- Function : get_std_si_rep_part_time_perc
80: -- To get the Standard SI Part time Percentage for Reporting using
81: -- Assignment Id,Date Earned, Business Group Id and Assignment action Id.
82: ---------------------------------------------------------------------------------
83: FUNCTION get_std_si_rep_part_time_perc (p_assignment_id IN NUMBER
84: ,p_date_earned IN DATE