DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on FND_PROFILE

Line 742: FND_PROFILE.put('PER_SECURITY_PROFILE_ID',profile_id);

738: l_organization_id := Organization_id;
739: c_Cost_type_id := Cost_type_id;
740:
741: --Set the Security Profile value as passed by the user
742: FND_PROFILE.put('PER_SECURITY_PROFILE_ID',profile_id);
743:
744: --dbms_output.put_line('within export_Bom . . . ');
745:
746: -- Validate the Organization Hierarchy name and check,if the access allowed

Line 1614: l_profile_id NUMBER := FND_PROFILE.value('PER_SECURITY_PROFILE_ID');

1610: X_Error_Code OUT NOCOPY NUMBER
1611: ) IS
1612: l_organization_id NUMBER;
1613: l_assembly_item_id NUMBER;
1614: l_profile_id NUMBER := FND_PROFILE.value('PER_SECURITY_PROFILE_ID');
1615:
1616: l_bom_export_tab BOMPXINQ.BOMEXPORTTABTYPE;
1617:
1618: CURSOR organization_code_CUR IS