DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_TIMECARD_PROPERTIES

Line 505: hxc_timecard_properties.find_property_value

501:
502: Begin
503:
504: l_cla_terg_id := to_number(
505: hxc_timecard_properties.find_property_value
506: (p_props,
507: 'TsPerAuditRequirementsAuditRequirements',
508: null,
509: null,

Line 576: (hxc_timecard_properties.find_property_value

572: (p_blocks(hxc_timecard_block_utils.find_active_timecard_index(p_blocks)).stop_time);
573:
574:
575: l_application_set_id := to_number
576: (hxc_timecard_properties.find_property_value
577: (p_props,
578: 'TsPerApplicationSetTsApplicationSet',
579: null,
580: null,

Line 586: hxc_timecard_properties.find_property_value

582: l_timecard_stop_time
583: ));
584:
585: l_validate_on_save :=
586: hxc_timecard_properties.find_property_value
587: (p_props,
588: 'TsPerValidateOnSaveValidateOnSave',
589: null,
590: null,

Line 617: (hxc_timecard_properties.find_property_value

613: l_validate_on_save
614: );
615:
616: l_elp_terg_id := to_number
617: (hxc_timecard_properties.find_property_value
618: (p_props,
619: 'TsPerElpRulesElpTimeEntryRuleGroup',
620: null,
621: null,

Line 726: p_otm_explosion => hxc_timecard_properties.find_property_value

722: l_old_messages.delete;
723:
724: hxt_hxc_retrieval_process.otlr_validation_required
725: (p_operation => p_deposit_mode,
726: p_otm_explosion => hxc_timecard_properties.find_property_value
727: (p_props,
728: 'TcWRulesEvaluationRulesEvaluation',
729: null,
730: null,

Line 733: p_otm_rtr_id => hxc_timecard_properties.find_property_value

729: null,
730: null,
731: p_eval_date
732: ),
733: p_otm_rtr_id => hxc_timecard_properties.find_property_value
734: (p_props,
735: 'TcWRulesEvaluationAppRulesEvaluation',
736: null,
737: null,