782: l_organization_id := Organization_id;
783: c_Cost_type_id := Cost_type_id;
784:
785: --Set the Security Profile value as passed by the user
786: FND_PROFILE.put('PER_SECURITY_PROFILE_ID',profile_id);
787:
788: --dbms_output.put_line('within export_Bom . . . ');
789:
790: -- Validate the Organization Hierarchy name and check,if the access allowed
1654: X_Error_Code OUT NOCOPY NUMBER
1655: ) IS
1656: l_organization_id NUMBER;
1657: l_assembly_item_id NUMBER;
1658: l_profile_id NUMBER := FND_PROFILE.value('PER_SECURITY_PROFILE_ID');
1659:
1660: l_bom_export_tab BOMPXINQ.BOMEXPORTTABTYPE;
1661:
1662: CURSOR organization_code_CUR IS