DBA Data[Home] [Help]

APPS.PY_FI_TAX_CARD dependencies on PER_ALL_ASSIGNMENTS_F

Line 545: -- p_assignment_id Yes per_all_assignments_f.assignment_id%TYPE ID of the assignment

541: --
542: -- In Parameters:
543: -- Name Reqd Type Description
544: -- p_effective_date Yes VARCHAR2 The effective date of the change.
545: -- p_assignment_id Yes per_all_assignments_f.assignment_id%TYPE ID of the assignment
546: --
547: --
548: -- Post Success:
549: -- The function returns true if the assignment is Primary and false otherwise

Line 556: p_assignment_id IN per_all_assignments_f.assignment_id%TYPE,

552: -- Private. For Internal Development Use only.
553: --
554: -- {End Of Comments}
555: FUNCTION is_primary_asg (
556: p_assignment_id IN per_all_assignments_f.assignment_id%TYPE,
557: p_effective_date IN VARCHAR2) RETURN BOOLEAN;
558: --
559: -- ----------------------------------------------------------------------------
560: -- |---------------------------< is_element_attached >------------------------|

Line 574: -- p_assignment_id Yes per_all_assignments_f.assignment_id%TYPE ID of the assignment

570: --
571: -- In Parameters:
572: -- Name Reqd Type Description
573: -- p_effective_date Yes VARCHAR2 The effective date of the change.
574: -- p_assignment_id Yes per_all_assignments_f.assignment_id%TYPE ID of the assignment
575: -- p_business_group_id Yes pay_element_links_f.business_group_id%TYPE Business Group Id.
576: -- p_element_name Yes pay_element_types_f.element_name%TYPE Name of the Element to be checked.
577: --
578: --

Line 607: -- p_assignment_id Yes per_all_assignments_f.assignment_id%TYPE ID of the assignment

603: --
604: -- In Parameters:
605: -- Name Reqd Type Description
606: -- p_effective_date Yes VARCHAR2 The effective date of the change.
607: -- p_assignment_id Yes per_all_assignments_f.assignment_id%TYPE ID of the assignment
608: -- p_element_name Yes pay_element_types_f.element_name%TYPE Name of the Element to be checked.
609: --
610: --
611: -- Post Success:

Line 638: -- p_assignment_id Yes per_all_assignments_f.assignment_id%TYPE ID of the assignment

634: --
635: -- In Parameters:
636: -- Name Reqd Type Description
637: -- p_effective_date Yes VARCHAR2 The effective date of the change.
638: -- p_assignment_id Yes per_all_assignments_f.assignment_id%TYPE ID of the assignment
639: -- p_business_group_id Yes pay_element_links_f.business_group_id%TYPE Business Group Id.
640: -- p_element_name Yes pay_element_types_f.element_name%TYPE Name of the Element to be checked.
641: --
642: --