DBA Data[Home] [Help]

APPS.PER_FR_VALIDATE_DELETE_PKG dependencies on PER_COLLECTIVE_AGREEMENTS_V

Line 85: from per_collective_agreements_v

81:
82:
83: cursor csr_employer is
84: select '1'
85: from per_collective_agreements_v
86: where employer_organization_id = x_organization_id;
87:
88: cursor csr_barg_units is
89: select '1'

Line 90: from per_collective_agreements_v

86: where employer_organization_id = x_organization_id;
87:
88: cursor csr_barg_units is
89: select '1'
90: from per_collective_agreements_v
91: where bargaining_organization_id = x_organization_id;
92:
93: cursor csr_cpam is
94: select '1'