DBA Data[Home] [Help]

APPS.HR_FORM_PROPERTIES_PKG dependencies on HR_SOURCE_FORM_TEMPLATES

Line 56: from HR_SOURCE_FORM_TEMPLATES sft

52: cursor csr_copies is
53: select fmp.form_property_id
54: from HR_FORM_PROPERTIES fmp
55: where fmp.FORM_TEMPLATE_ID in (select sft.FORM_TEMPLATE_ID_TO
56: from HR_SOURCE_FORM_TEMPLATES sft
57: start with sft.FORM_TEMPLATE_ID_FROM = X_FORM_TEMPLATE_ID
58: connect by sft.FORM_TEMPLATE_ID_FROM = prior sft.FORM_TEMPLATE_ID_TO);
59: begin
60: if (X_FORM_TEMPLATE_ID is not null) then