DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_TIMECARD_PROPERTIES

Line 507: hxc_timecard_properties.find_property_value

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

Line 643: (hxc_timecard_properties.find_property_value

639: (p_blocks(hxc_timecard_block_utils.find_active_timecard_index(p_blocks)).stop_time);
640:
641:
642: l_application_set_id := to_number
643: (hxc_timecard_properties.find_property_value
644: (p_props,
645: 'TsPerApplicationSetTsApplicationSet',
646: null,
647: null,

Line 653: hxc_timecard_properties.find_property_value

649: l_timecard_stop_time
650: ));
651:
652: l_validate_on_save :=
653: hxc_timecard_properties.find_property_value
654: (p_props,
655: 'TsPerValidateOnSaveValidateOnSave',
656: null,
657: null,

Line 684: (hxc_timecard_properties.find_property_value

680: l_validate_on_save
681: );
682:
683: l_elp_terg_id := to_number
684: (hxc_timecard_properties.find_property_value
685: (p_props,
686: 'TsPerElpRulesElpTimeEntryRuleGroup',
687: null,
688: null,

Line 806: p_otm_explosion => hxc_timecard_properties.find_property_value

802: l_old_messages.delete;
803:
804: hxt_hxc_retrieval_process.otlr_validation_required
805: (p_operation => p_deposit_mode,
806: p_otm_explosion => hxc_timecard_properties.find_property_value
807: (p_props,
808: 'TcWRulesEvaluationRulesEvaluation',
809: null,
810: null,

Line 813: p_otm_rtr_id => hxc_timecard_properties.find_property_value

809: null,
810: null,
811: p_eval_date
812: ),
813: p_otm_rtr_id => hxc_timecard_properties.find_property_value
814: (p_props,
815: 'TcWRulesEvaluationAppRulesEvaluation',
816: null,
817: null,