DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_TIMECARD_VALIDATION

Line 347: --This is done in the call to hxc_timecard_validation.deposit_validation

343: BEGIN
344: fnd_msg_pub.initialize;
345: hxc_timecard_message_helper.initializeerrors;
346:
347: --This is done in the call to hxc_timecard_validation.deposit_validation
348: --hxc_time_category_utils_pkg.push_timecard (p_blocks, p_attributes);
349:
350: p_messages := hxc_message_table_type ();
351: hxc_timecard_block_utils.initialize_timecard_index;

Line 569: -- Call hxc_timecard_validation.deposit_validation to do this along with

565: hxc_timecard_message_helper.processerrors (p_messages => p_messages);
566:
567:
568:
569: -- Call hxc_timecard_validation.deposit_validation to do this along with
570: -- recipient application validation
571:
572: -- Validate blocks, attributes
573: hxc_timecard_validation.deposit_validation

Line 573: hxc_timecard_validation.deposit_validation

569: -- Call hxc_timecard_validation.deposit_validation to do this along with
570: -- recipient application validation
571:
572: -- Validate blocks, attributes
573: hxc_timecard_validation.deposit_validation
574: (p_blocks => p_blocks,
575: p_attributes => p_attributes,
576: p_messages => p_messages,
577: p_props => l_timecard_props,

Line 1015: hxc_timecard_validation.deposit_validation

1011: IF (p_mode <> hxc_timestore_deposit.c_migration
1012: --AND hxc_timestore_deposit.g_validate <> TRUE) -- Commented this condition for the bug 14494474
1013: )
1014: THEN
1015: hxc_timecard_validation.deposit_validation
1016: (p_blocks => p_blocks,
1017: p_attributes => p_attributes,
1018: p_messages => p_messages,
1019: p_props => l_timecard_props,

Line 1026: hxc_timecard_validation.data_set_validation

1022: p_resubmit => l_resubmit,
1023: p_can_deposit => l_can_deposit
1024: );
1025: ELSE -- minimal validation for migration
1026: hxc_timecard_validation.data_set_validation
1027: (p_blocks => p_blocks,
1028: p_messages => p_messages
1029: );
1030: END IF;

Line 1057: -- hxc_timecard_validation.deposit_validation called above, raises

1053: -- Get the messages to perform the audit check
1054: p_messages := hxc_timecard_message_helper.getmessages;
1055: -- Perform Audit Checks
1056: -- Mental Note on how this works:)
1057: -- hxc_timecard_validation.deposit_validation called above, raises
1058: -- proper errors if something is really wrong, e.g. during the
1059: -- project or payroll validation. However for Change and Late Audit
1060: -- (CLA), it stores special messages in message table p_messages.
1061: -- These messages have a message_level of REASON, are not considered