DBA Data[Home] [Help]

APPS.PER_RI_CREATE_HIER_ELEMENT dependencies on HRDPV_CREATE_HIERARCHY_ELEMENT

Line 54: From hrdpv_create_hierarchy_element

50: l_dp_batch_line_id_org_str Number;
51:
52: Cursor csr_get_org_str_user_key(c_batch_line_id in Number) Is
53: Select p_org_str_version_user_key
54: From hrdpv_create_hierarchy_element
55: Where batch_line_id = c_batch_line_id;
56:
57: Cursor csr_get_org_str_version_id (c_bg_id in number) Is
58: select posv.organization_structure_id

Line 101: If l_dp_batch_line_id_org_str Is Null Or get_line_status('HRDPV_CREATE_HIERARCHY_ELEMENT',l_dp_batch_line_id_org_str) <> 'C' Then

97: l_org_structure_user_key := p_org_str_version_user_key;
98:
99: End If;
100:
101: If l_dp_batch_line_id_org_str Is Null Or get_line_status('HRDPV_CREATE_HIERARCHY_ELEMENT',l_dp_batch_line_id_org_str) <> 'C' Then
102:
103: Begin
104: Open csr_bg_id(p_data_pump_business_grp_name);
105: Fetch csr_bg_id Into l_bg_id;