DBA Data[Home] [Help]

APPS.AMW_SECURITY_PUB dependencies on FND_API

Line 540: p_check_for_existing IN VARCHAR2 := FND_API.G_TRUE

536: p_end_date IN DATE,
537: x_return_status OUT NOCOPY VARCHAR2,
538: x_errorcode OUT NOCOPY NUMBER,
539: x_grant_guid OUT NOCOPY RAW,
540: p_check_for_existing IN VARCHAR2 := FND_API.G_TRUE
541: )
542: IS
543:
544: --x_grant_guid fnd_grants.grant_guid%TYPE;

Line 630: IF (p_check_for_existing = FND_API.G_TRUE ) THEN

626: l_grantee_key:='HZ_COMPANY:'||p_party_id;
627: ELSE
628: null;
629: END IF;
630: IF (p_check_for_existing = FND_API.G_TRUE ) THEN
631: OPEN check_fnd_grant_exist(cp_grantee_key => l_grantee_key,
632: cp_grantee_type => l_grantee_type,
633: cp_menu_name => p_role_name,
634: cp_object_name => p_object_name,