DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HXC_PREFERENCE_EVALUATION

Line 407: ,p_preference in HXC_PREFERENCE_EVALUATION.t_pref_table_row

403: End find_name_indices_for_context;
404:
405: function set_property_value
406: (p_column in varchar2
407: ,p_preference in HXC_PREFERENCE_EVALUATION.t_pref_table_row
408: ) return varchar2 is
409:
410: l_prop_value VARCHAR2(2000) :='';
411:

Line 1011: l_pref_table HXC_PREFERENCE_EVALUATION.T_PREF_TABLE;

1007: ,p_messages in out nocopy hxc_message_table_type
1008: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
1009: ) is
1010:
1011: l_pref_table HXC_PREFERENCE_EVALUATION.T_PREF_TABLE;
1012:
1013: l_prop_table t_prop_table;
1014: l_property_value hxc_pref_hierarchies.attribute1%type;
1015: l_property_name varchar2(60);

Line 1051: -- in hxc_preference_evaluation

1047: -- over all time!
1048:
1049: -- Bug 11837980
1050: -- Added parameter responsibility id to avoid searching for it
1051: -- in hxc_preference_evaluation
1052:
1053: HXC_PREFERENCE_EVALUATION.RESOURCE_PREFERENCES
1054: (p_resource_id => p_resource_id
1055: ,p_start_evaluation_date => l_date

Line 1053: HXC_PREFERENCE_EVALUATION.RESOURCE_PREFERENCES

1049: -- Bug 11837980
1050: -- Added parameter responsibility id to avoid searching for it
1051: -- in hxc_preference_evaluation
1052:
1053: HXC_PREFERENCE_EVALUATION.RESOURCE_PREFERENCES
1054: (p_resource_id => p_resource_id
1055: ,p_start_evaluation_date => l_date
1056: ,p_end_evaluation_date => to_date('4712/12/31','YYYY/MM/DD')
1057: ,p_pref_table => l_pref_table